aboutsummaryrefslogtreecommitdiffstats
path: root/src/byte_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/byte_source.h')
-rw-r--r--src/byte_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/byte_source.h b/src/byte_source.h
index 099fc515..d40012ea 100644
--- a/src/byte_source.h
+++ b/src/byte_source.h
@@ -6,11 +6,11 @@
#include "caret.h" // IWYU pragma: keep
-#include "serd/attributes.h"
#include "serd/caret.h"
#include "serd/node.h"
#include "serd/status.h"
#include "serd/stream.h"
+#include "zix/attributes.h"
#include <assert.h>
#include <stdbool.h>
@@ -60,7 +60,7 @@ serd_byte_source_prepare(SerdByteSource* source);
SerdStatus
serd_byte_source_page(SerdByteSource* source);
-SERD_PURE_FUNC static inline uint8_t
+ZIX_PURE_FUNC static inline uint8_t
serd_byte_source_peek(SerdByteSource* source)
{
assert(source->prepared);