aboutsummaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/parse.h b/src/parse.h
index e50f6bd..05cafa2 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -20,9 +20,10 @@ void json_read(
void csv_read(
FILE *fp,
Array *input, Array *out,
- size_t in_cols[], size_t in_cols_size,
- size_t out_cols[], size_t out_cols_size,
+ char *in_cols[], size_t in_cols_size,
+ char *out_cols[], size_t out_cols_size,
bool read_output,
+ bool has_header,
char separator
);
#endif
Feel free to download, copy and edit any repo