summaryrefslogtreecommitdiff
path: root/src/cstore/unionfs/cstore-unionfs.hpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-05-16 15:25:38 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2011-05-16 15:25:38 -0700
commitb4f5e830b6ad8237416198489cc8cc6142f4663d (patch)
tree1b2e1b79320c57f5301eb004b6c94af0d95bc357 /src/cstore/unionfs/cstore-unionfs.hpp
parente4fc18feef1f14e2e17208d303a388e758557f74 (diff)
downloadvyatta-cfg-b4f5e830b6ad8237416198489cc8cc6142f4663d.tar.gz
vyatta-cfg-b4f5e830b6ad8237416198489cc8cc6142f4663d.zip
tweak directory handling for unionfs
Diffstat (limited to 'src/cstore/unionfs/cstore-unionfs.hpp')
-rw-r--r--src/cstore/unionfs/cstore-unionfs.hpp1
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