summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/filesystem.h b/src/filesystem.h
index 4d66e19..33294da 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -47,14 +47,6 @@ bool
lilv_is_directory(const char* path);
/**
- Copy the file at path `src` to path `dst`.
-
- @return Zero on success, or a standard `errno` error code.
-*/
-int
-lilv_copy_file(const char* src, const char* dst);
-
-/**
Create a symlink at `newpath` that points to `oldpath`.
@return Zero on success, otherwise non-zero and `errno` is set.