From d80b2a1c153f81685d026f8e09c12175abed3d03 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Sep 2023 13:39:56 -0400 Subject: Separate Turtle and TriG reading code --- include/serd/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); /** -- cgit v1.2.1