aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-10 20:59:45 +0200
committerDavid Robillard <d@drobilla.net>2018-11-25 22:12:46 +0100
commit29fefcad4d5f891e2d4325c482d4242d530aef4a (patch)
tree16ed0dcf9384f221f6e80d14a19b35b61f543ff4 /src/world.h
parent3a0be6d0e6ec005daf6bbac4570ea124b00cfe53 (diff)
downloadserd-29fefcad4d5f891e2d4325c482d4242d530aef4a.tar.gz
serd-29fefcad4d5f891e2d4325c482d4242d530aef4a.tar.bz2
serd-29fefcad4d5f891e2d4325c482d4242d530aef4a.zip
Hide fopen wrapper and use reader interface consistently
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h
index 7e451b0e..aeea70c2 100644
--- a/src/world.h
+++ b/src/world.h
@@ -24,6 +24,8 @@ struct SerdWorldImpl {
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