summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 090a4a0..8435ccf 100644
--- a/src/util.h
+++ b/src/util.h
@@ -8,6 +8,7 @@
#include "defs.h"
int stream_rewind(struct stream * const restrict in);
+int stream_skip(struct stream * const restrict in);
int split(struct stream * const src, struct stream * const A, struct stream * const B);
int print_data(struct stream * const in);