aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-13 08:46:06 -0800
committerDavid Robillard <d@drobilla.net>2018-12-13 08:46:06 -0800
commit073c84386c0bba0d9d5b9a1e5fb16b9af6d1b48a (patch)
tree48cd3d42426d73c8de8e5d1ed6ea8256cb8ad388 /src/world.h
parent7d663f4cd217b91809c6b279873520192383b614 (diff)
downloadserd-073c84386c0bba0d9d5b9a1e5fb16b9af6d1b48a.tar.gz
serd-073c84386c0bba0d9d5b9a1e5fb16b9af6d1b48a.tar.bz2
serd-073c84386c0bba0d9d5b9a1e5fb16b9af6d1b48a.zip
WIP: Validator logserd1-world-log
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, ...);