diff options
Diffstat (limited to 'src/filesystem.h')
-rw-r--r-- | src/filesystem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/filesystem.h b/src/filesystem.h index 8971372..b43e394 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -29,6 +29,10 @@ lilv_path_is_absolute(const char* path); bool lilv_path_is_child(const char* path, const char* dir); +/// Return the current working directory +char* +lilv_path_current(void); + /** Return `path` as an absolute path. |