summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index af819f4..f2a84f9 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,6 +7,11 @@
#include "defs.h"
+int stream_rewind(struct stream * const restrict in);
+int split(struct stream * const src, struct stream * const A, struct stream * const B);
+
+/* inline crap below */
+
static inline int is_less_equal(const field a, const field b) __attribute__((always_inline));
static inline int is_less_equal(const field a, const field b)