Files
ardour/libs/pbd/pbd/copyfile.h
Paul Davis 119dc86f6f copy older versions of the session file, fix up ardev to work again using %VERSION%
git-svn-id: svn://localhost/ardour2/trunk@1268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04 19:12:55 +00:00

7 lines
103 B
C++

#include <glibmm/ustring.h>
namespace PBD {
int copy_file (Glib::ustring from, Glib::ustring to);
}