aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-13 10:52:56 +0100
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commitfd276bcf70bad4520ca1d6f3c73f88073b3b58cf (patch)
treeaf2c60324c119f78f85bba30cdb5223d9dcf10c0 /src/system.h
parenta4f6754a4048f2bcb04482938d5a98e9ab77d4fc (diff)
downloadserd-fd276bcf70bad4520ca1d6f3c73f88073b3b58cf.tar.gz
serd-fd276bcf70bad4520ca1d6f3c73f88073b3b58cf.tar.bz2
serd-fd276bcf70bad4520ca1d6f3c73f88073b3b58cf.zip
Move fopen wrapper to world
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h
index 66546d6e..a5fb7459 100644
--- a/src/system.h
+++ b/src/system.h
@@ -22,10 +22,6 @@
#include <stdint.h>
#include <stdio.h>
-/// Open a file configured for fast sequential reading
-FILE*
-serd_fopen(const char* path, const char* mode);
-
/// Allocate a buffer aligned to `alignment` bytes
SERD_I_MALLOC_FUNC
void*