summaryrefslogtreecommitdiffstats
path: root/src/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h2
1 files changed, 1 insertions, 1 deletions
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);