diff options
Diffstat (limited to 'csv.h')
| -rw-r--r-- | csv.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -46,6 +46,9 @@ typedef struct { | |||
| 46 | csv_field_t csv_field; | 46 | csv_field_t csv_field; |
| 47 | } csv_t; | 47 | } csv_t; |
| 48 | 48 | ||
| 49 | /* version */ | ||
| 50 | extern const char csv_version[]; | ||
| 51 | |||
| 49 | /* initialization */ | 52 | /* initialization */ |
| 50 | void csv_init(csv_t *csv); | 53 | void csv_init(csv_t *csv); |
| 51 | void csv_init_opt(csv_t *csv, const csv_options_t *const csv_options); | 54 | void csv_init_opt(csv_t *csv, const csv_options_t *const csv_options); |
