aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-12-02 12:13:56 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit20eb7727954f9d8b7164146895904bbe595f5932 (patch)
tree7db505d2ad5878a57bb5ed31af012ec61ffce772 /src/world.c
parentb992fe3ef83e102a999084070214b8295f824f6a (diff)
downloadserd-20eb7727954f9d8b7164146895904bbe595f5932.tar.gz
serd-20eb7727954f9d8b7164146895904bbe595f5932.tar.bz2
serd-20eb7727954f9d8b7164146895904bbe595f5932.zip
Rename SerdErrorFunc to SerdLogFunc
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/world.c b/src/world.c
index 837298f4..cb4ba02d 100644
--- a/src/world.c
+++ b/src/world.c
@@ -154,9 +154,9 @@ serd_world_get_blank(SerdWorld* const world)
}
void
-serd_world_set_error_func(SerdWorld* world,
- SerdErrorFunc error_func,
- void* handle)
+serd_world_set_error_func(SerdWorld* world,
+ SerdLogFunc error_func,
+ void* handle)
{
world->error_func = error_func;
world->error_handle = handle;