From 68769abbf1c7b4ef4f03f93f0c50e016c709a167 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 3d994df9..08c351fe 100644 --- a/src/world.h +++ b/src/world.h @@ -24,4 +24,10 @@ 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