summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h4
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);