Switch to side-by-side view
--- a/src/utils/fstreewalk.h +++ b/src/utils/fstreewalk.h @@ -79,8 +79,11 @@ /** Set the ignored paths list */ bool setSkippedPaths(const list<string> &pathlist); + /** Test if path/name should be skipped. This can be used independantly of + * an actual tree walk */ bool inSkippedPaths(const string& path); bool inSkippedNames(const string& name); + private: Status iwalk(const string &dir, struct stat *stp, FsTreeWalkerCB& cb); class Internal;