summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/copyfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/copyfile.h')
-rw-r--r--libs/pbd/pbd/copyfile.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/pbd/pbd/copyfile.h b/libs/pbd/pbd/copyfile.h
new file mode 100644
index 0000000000..8a1bf242bb
--- /dev/null
+++ b/libs/pbd/pbd/copyfile.h
@@ -0,0 +1,6 @@
+#include <glibmm/ustring.h>
+
+namespace PBD {
+
+ int copy_file (Glib::ustring from, Glib::ustring to);
+}