aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serd/world.h')
-rw-r--r--include/serd/world.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/serd/world.h b/include/serd/world.h
index 0017b6eb..a950a1aa 100644
--- a/include/serd/world.h
+++ b/include/serd/world.h
@@ -79,9 +79,9 @@ serd_world_get_blank(SerdWorld* ZIX_NONNULL world);
no error function is set, errors are printed to stderr.
*/
SERD_API void
-serd_world_set_error_func(SerdWorld* ZIX_NONNULL world,
- SerdErrorFunc ZIX_NULLABLE error_func,
- void* ZIX_NULLABLE handle);
+serd_world_set_error_func(SerdWorld* ZIX_NONNULL world,
+ SerdLogFunc ZIX_NULLABLE error_func,
+ void* ZIX_NULLABLE handle);
/**
@}