diff options
Diffstat (limited to 'ingen/AtomWriter.hpp')
-rw-r--r-- | ingen/AtomWriter.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp index c7ac3cc6..4f10cd45 100644 --- a/ingen/AtomWriter.hpp +++ b/ingen/AtomWriter.hpp @@ -52,6 +52,9 @@ public: const Resource::Properties& remove, const Resource::Properties& add); + void copy(const Raul::Path& old_path, + const Raul::URI& new_uri); + void move(const Raul::Path& old_path, const Raul::Path& new_path); |