aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-12 11:50:34 +0100
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commit18a4fbdf46e681e66238ebd3f895c3dc850e691e (patch)
tree6c9d4b76cf1794ca8b2862d05094ace4d872cfde /src/world.h
parent1ba62144ef3bc75610971af121a3b5a6dc868f42 (diff)
downloadserd-18a4fbdf46e681e66238ebd3f895c3dc850e691e.tar.gz
serd-18a4fbdf46e681e66238ebd3f895c3dc850e691e.tar.bz2
serd-18a4fbdf46e681e66238ebd3f895c3dc850e691e.zip
Expose and annotate logging functions
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h
index f4e7ee3e..9d6dd4d2 100644
--- a/src/world.h
+++ b/src/world.h
@@ -39,8 +39,7 @@ struct SerdWorldImpl {
FILE* serd_world_fopen(SerdWorld* world, const char* path, const char* mode);
-SerdStatus serd_world_log(const SerdWorld* world, const SerdMessage* msg);
-
+SERD_LOG_FUNC(3, 4)
SerdStatus
serd_world_errorf(const SerdWorld* world, SerdStatus st, const char* fmt, ...);