From 2dcf6144853eb9fd0b77ba04d36bda73dacaf92e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Aug 2020 22:56:34 +0200 Subject: Add lilv_temp_directory_path() --- src/filesystem.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/filesystem.h') 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 #include +/// 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); -- cgit v1.2.1