summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/clear_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/clear_dir.h')
-rw-r--r--libs/pbd/pbd/clear_dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/clear_dir.h b/libs/pbd/pbd/clear_dir.h
index 9c128d994d..5f57483b63 100644
--- a/libs/pbd/pbd/clear_dir.h
+++ b/libs/pbd/pbd/clear_dir.h
@@ -26,6 +26,7 @@
namespace PBD {
int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
+ void remove_directory (const std::string& dir);
}
#endif /* __pbd_clear_dir_h__ */