summaryrefslogtreecommitdiffstats
path: root/tools/atree/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/atree/fs.h')
-rw-r--r--tools/atree/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/atree/fs.h b/tools/atree/fs.h
index 4080880..fd4ae3e 100644
--- a/tools/atree/fs.h
+++ b/tools/atree/fs.h
@@ -8,5 +8,6 @@ using namespace std;
int remove_recursively(const string& path);
int mkdir_recursively(const string& path);
int copy_file(const string& src, const string& dst);
+int strip_file(const string& path);
#endif // FS_H