diff options
Diffstat (limited to 'src/cstore/unionfs/cstore-unionfs.hpp')
-rw-r--r-- | src/cstore/unionfs/cstore-unionfs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cstore/unionfs/cstore-unionfs.hpp b/src/cstore/unionfs/cstore-unionfs.hpp index 8113d00..c7cd2d9 100644 --- a/src/cstore/unionfs/cstore-unionfs.hpp +++ b/src/cstore/unionfs/cstore-unionfs.hpp @@ -293,6 +293,7 @@ private: bool path_is_regular(const FsPath& path) { return path_is_regular(path.path_cstr()); }; + bool remove_dir_content(const char *path); }; } // end namespace unionfs |