7 lines
103 B
C++
7 lines
103 B
C++
#include <glibmm/ustring.h>
|
|
|
|
namespace PBD {
|
|
|
|
int copy_file (Glib::ustring from, Glib::ustring to);
|
|
}
|