From 111d08d814720966d12fd57b58331c149df7e6cf Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 14 Mar 2021 19:49:07 +0200 Subject: we can now print out stuff... things. Signed-off-by: Gediminas Jakutis --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') 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 */ -- cgit v1.2.3