diff options
Diffstat (limited to 'src/filesystem.h')
-rw-r--r-- | src/filesystem.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/filesystem.h b/src/filesystem.h index a1b8fd7..157b072 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -112,11 +112,3 @@ lilv_create_temporary_directory_in(const char* pattern, const char* parent); */ char* lilv_create_temporary_directory(const char* pattern); - -/** - Create the directory `dir_path` and any parent directories if necessary. - - @return Zero on success, or an `errno` error code. -*/ -int -lilv_create_directories(const char* dir_path); |