aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-10 13:39:56 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commitd80b2a1c153f81685d026f8e09c12175abed3d03 (patch)
tree8207788e58ee9de94ca224433a02a88e8fed3801 /include
parent76fabe903adb09e6fe4d084ff6be49115285e086 (diff)
downloadserd-d80b2a1c153f81685d026f8e09c12175abed3d03.tar.gz
serd-d80b2a1c153f81685d026f8e09c12175abed3d03.tar.bz2
serd-d80b2a1c153f81685d026f8e09c12175abed3d03.zip
Separate Turtle and TriG reading code
Diffstat (limited to 'include')
-rw-r--r--include/serd/world.h2
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);
/**