diff options
Diffstat (limited to 'include/serd/describe.h')
-rw-r--r-- | include/serd/describe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/serd/describe.h b/include/serd/describe.h index c571aeae..cc78d417 100644 --- a/include/serd/describe.h +++ b/include/serd/describe.h @@ -6,9 +6,9 @@ #include "serd/attributes.h" #include "serd/cursor.h" -#include "serd/memory.h" #include "serd/sink.h" #include "serd/status.h" +#include "zix/allocator.h" #include "zix/attributes.h" #include <stdint.h> @@ -43,7 +43,7 @@ typedef uint32_t SerdDescribeFlags; ugly output for Turtle or Trig. */ SERD_API SerdStatus -serd_describe_range(SerdAllocator* ZIX_NULLABLE allocator, +serd_describe_range(ZixAllocator* ZIX_NULLABLE allocator, const SerdCursor* ZIX_NULLABLE range, const SerdSink* ZIX_NONNULL sink, SerdDescribeFlags flags); |