summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/filesystem.h b/src/filesystem.h
deleted file mode 100644
index acc8845..0000000
--- a/src/filesystem.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2007-2020 David Robillard <d@drobilla.net>
-// SPDX-License-Identifier: ISC
-
-#include <stdbool.h>
-
-/// Return true iff `path` is a child of `dir`
-bool
-lilv_path_is_child(const char* path, const char* dir);
-
-/**
- Create a unique temporary directory.
-
- This is like lilv_create_temporary_directory_in(), except it creates the
- directory in the system temporary directory.
-*/
-char*
-lilv_create_temporary_directory(const char* pattern);