diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h index 86e155db..7aaf3689 100644 --- a/src/world.h +++ b/src/world.h @@ -19,11 +19,15 @@ #include "serd/serd.h" +#include <stdio.h> + struct SerdWorldImpl { SerdErrorSink error_sink; void* error_handle; }; +FILE* serd_world_fopen(SerdWorld* world, const char* path, const char* mode); + SerdStatus serd_world_error(const SerdWorld* world, const SerdError* e); SerdStatus |