diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |