diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/serd/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serd/world.h b/include/serd/world.h index 4c51df73..86e43bb1 100644 --- a/include/serd/world.h +++ b/include/serd/world.h @@ -51,7 +51,7 @@ serd_world_free(SerdWorld* ZIX_NULLABLE world); a megabyte and over 100 levels of nesting, which is more than enough for most data. */ -SERD_API SerdLimits +SERD_PURE_API SerdLimits serd_world_limits(const SerdWorld* ZIX_NONNULL world); /** |