From 87583c1f917756ebd06744cc39a20eee39c34010 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2018 20:14:24 +0200 Subject: Move error handling to world --- src/world.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 87479eab..86e155db 100644 --- a/src/world.h +++ b/src/world.h @@ -24,4 +24,9 @@ struct SerdWorldImpl { void* error_handle; }; +SerdStatus serd_world_error(const SerdWorld* world, const SerdError* e); + +SerdStatus +serd_world_errorf(const SerdWorld* world, SerdStatus st, const char* fmt, ...); + #endif // SERD_WORLD_H -- cgit v1.2.1