Switch to side-by-side view

--- a/src/utils/fstreewalk.h
+++ b/src/utils/fstreewalk.h
@@ -81,7 +81,7 @@
 
     /** Test if path/name should be skipped. This can be used independantly of
       * an actual tree walk */
-    bool inSkippedPaths(const string& path);
+    bool inSkippedPaths(const string& path, bool ckparents = true);
     bool inSkippedNames(const string& name);
 
  private: