From a3b6babaf0186b34d801a75b62253573ef26a154 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2018 20:59:45 +0200 Subject: Hide fopen wrapper and use reader interface consistently --- src/world.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 98f1950b..dab5254d 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 serd_world_errorf(SerdWorld* world, -- cgit v1.2.1