Browse Source

more than one excludeCommand
excludeFile compiled to excludeCommand

Wolfgang Ortmann 9 years ago
parent
commit
7743e349e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/excludetools.h

+ 1 - 1
src/excludetools.h

@@ -4,6 +4,6 @@
 #include "KindConfig.h"
 #include "Strings.h"
 
-Strings getExclusions(const KindConfig& conf, bool shellMode);
+Strings getExclusions(const KindConfig& conf);
 
 #endif