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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/byte_source.h b/src/byte_source.h
index 9e65ef75..dae1c88e 100644
--- a/src/byte_source.h
+++ b/src/byte_source.h
@@ -18,6 +18,7 @@
#include <stdint.h>
#include <stdio.h>
+/// The partially inlinable source interface used by the reader
typedef struct {
SerdInputStream* in; ///< Input stream to read from
size_t block_size; ///< Number of bytes to read at a time