Преглед изворни кода

more than one excludeCommand
excludeFile compiled to excludeCommand

Wolfgang Ortmann пре 10 година
родитељ
комит
7743e349e1
1 измењених фајлова са 1 додато и 1 уклоњено
  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