From 4a14ab7ab48e3fd591dde33d59c6d29fc39f1c5d Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 11 Feb 2021 08:17:03 +0200 Subject: continue the overhaul. we can finally create a basic array input data file too! Signed-off-by: Gediminas Jakutis --- src/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index eca6aec..91f1f88 100644 --- a/src/io.h +++ b/src/io.h @@ -7,7 +7,7 @@ #include "defs.h" -int stream_open(struct stream * const in, const struct settings * const s); +int stream_open(struct stream * const in); int stream_close(struct stream * const in); int direct_get_array(struct stream * const restrict in, ssize_t idx, struct entry_l * const data); -- cgit v1.2.3