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 db6114e..d2f14b6 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -7,10 +7,6 @@
bool
lilv_path_is_child(const char* path, const char* dir);
-/// Return the current working directory
-char*
-lilv_path_current(void);
-
/**
Return `path` relative to `base` if possible.
@@ -37,10 +33,6 @@ lilv_path_parent(const char* path);
char*
lilv_path_filename(const char* path);
-/// Return true iff `path` points to an existing directory
-bool
-lilv_is_directory(const char* path);
-
/**
Visit every file in the directory at `path`.