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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/pbd/clear_dir.h b/libs/pbd/pbd/clear_dir.h
index f669b84485..efef67012d 100644
--- a/libs/pbd/pbd/clear_dir.h
+++ b/libs/pbd/pbd/clear_dir.h
@@ -29,6 +29,8 @@
namespace PBD {
LIBPBD_API int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
LIBPBD_API void remove_directory (const std::string& dir);
+ 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__ */