aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-26 19:25:51 -0500
committerDavid Robillard <d@drobilla.net>2019-12-19 20:52:34 -0500
commite61d7f710465ca8c87274d9664afeb0b125597a4 (patch)
treee90661112ed48f7e0e44932b21f59c2c148f1e25 /src/world.h
parent5522f5ff705374d8d7bba3d21a05674640967c3e (diff)
downloadserd-e61d7f710465ca8c87274d9664afeb0b125597a4.tar.gz
serd-e61d7f710465ca8c87274d9664afeb0b125597a4.tar.bz2
serd-e61d7f710465ca8c87274d9664afeb0b125597a4.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