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 849d78f..db6114e 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -42,14 +42,6 @@ bool
lilv_is_directory(const char* path);
/**
- Create a symlink at `newpath` that points to `oldpath`.
-
- @return Zero on success, otherwise non-zero and `errno` is set.
-*/
-int
-lilv_symlink(const char* oldpath, const char* newpath);
-
-/**
Visit every file in the directory at `path`.
@param path A path to a directory.