aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h
index 724bd038..23fcdf61 100644
--- a/src/world.h
+++ b/src/world.h
@@ -38,7 +38,8 @@ struct SerdWorldImpl {
FILE* serd_world_fopen(SerdWorld* world, const char* path, const char* mode);
-SerdStatus serd_world_error(const SerdWorld* world, const SerdMessage* msg);
+// FIXME
+SERD_API SerdStatus serd_world_error(const SerdWorld* world, const SerdMessage* msg);
SerdStatus
serd_world_errorf(const SerdWorld* world, SerdStatus st, const char* fmt, ...);