summaryrefslogtreecommitdiff
path: root/csv.h
diff options
context:
space:
mode:
Diffstat (limited to 'csv.h')
-rw-r--r--csv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv.h b/csv.h
index 83755f3..331b624 100644
--- a/csv.h
+++ b/csv.h
@@ -15,7 +15,7 @@ typedef struct {
15 void (*cb_error)(const char *, void *); 15 void (*cb_error)(const char *, void *);
16 void *(*cb_allocate)(size_t, size_t, void *); 16 void *(*cb_allocate)(size_t, size_t, void *);
17 void *(*cb_reallocate)(void *, size_t, size_t, void *); 17 void *(*cb_reallocate)(void *, size_t, size_t, void *);
18 void (*cb_free)(void *, void *); 18 void (*cb_free)(void *, size_t sz, void *);
19} csv_options_t; 19} csv_options_t;
20 20
21extern const csv_options_t csv_default_options; 21extern const csv_options_t csv_default_options;