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 9cf6e4b..8971372 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -17,6 +17,10 @@ #include <stdbool.h> #include <stdio.h> +/// Return the path to a directory suitable for making temporary files +char* +lilv_temp_directory_path(void); + /// Return true iff `path` is an absolute path bool lilv_path_is_absolute(const char* path); |