From b4f5e830b6ad8237416198489cc8cc6142f4663d Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 16 May 2011 15:25:38 -0700 Subject: tweak directory handling for unionfs --- src/cstore/unionfs/cstore-unionfs.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cstore/unionfs/cstore-unionfs.hpp') 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 -- cgit v1.2.3