diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/world.h b/src/world.h index 83393a5a..56db46cc 100644 --- a/src/world.h +++ b/src/world.h @@ -9,8 +9,8 @@ #include "serd/status.h" #include "serd/world.h" +#include <stdarg.h> #include <stdint.h> -#include <stdio.h> struct SerdWorldImpl { SerdLimits limits; @@ -20,10 +20,6 @@ struct SerdWorldImpl { SerdNode* blank_node; }; -/// Open a file configured for fast sequential reading -FILE* -serd_world_fopen(SerdWorld* world, const char* path, const char* mode); - SerdStatus serd_world_error(const SerdWorld* world, const SerdError* e); |