Merged with trunk R1283.
[ardour.git] / libs / pbd / pbd / copyfile.h
1 #include <glibmm/ustring.h>
2
3 namespace PBD {
4
5         int copy_file (Glib::ustring from, Glib::ustring to);
6 }