aboutsummaryrefslogtreecommitdiff
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 11cc509..9ac7c05 100644
--- a/csv.h
+++ b/csv.h
@@ -57,7 +57,7 @@ void csv_init_opt(csv_t *csv, const csv_options_t *const csv_options);
57void csv_cleanup(csv_t *csv); 57void csv_cleanup(csv_t *csv);
58 58
59/* read */ 59/* read */
60int csv_read(csv_t *csv, FILE *in); 60size_t csv_read(csv_t *csv, FILE *in);
61 61
62/* field access */ 62/* field access */
63size_t csv_nfields(const csv_t *const csv); 63size_t csv_nfields(const csv_t *const csv);