summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-12 17:54:28 -0500
committerDavid Robillard <d@drobilla.net>2022-11-16 10:22:55 -0500
commit94b3980bcbe40bca8f361eb63a87f371337d067c (patch)
tree7971eae1dfa77028af60f8e071f0eef42d3dc877 /src/filesystem.h
parent072e460e00cc0460a3385d73f266262956cd3014 (diff)
downloadlilv-94b3980bcbe40bca8f361eb63a87f371337d067c.tar.gz
lilv-94b3980bcbe40bca8f361eb63a87f371337d067c.tar.bz2
lilv-94b3980bcbe40bca8f361eb63a87f371337d067c.zip
Use zix_create_symlink()
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.