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 9299f52..090a4a0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -9,5 +9,6 @@
int stream_rewind(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);
#endif /* ALGOS_UTIL_H_INCLUDED */