diff options
Diffstat (limited to 'textproc/libcsv/files/patch-csv.h')
-rw-r--r-- | textproc/libcsv/files/patch-csv.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/libcsv/files/patch-csv.h b/textproc/libcsv/files/patch-csv.h new file mode 100644 index 000000000000..27650397e0dc --- /dev/null +++ b/textproc/libcsv/files/patch-csv.h @@ -0,0 +1,10 @@ +--- csv.h.orig 2012-12-28 22:50:44 UTC ++++ csv.h +@@ -79,6 +79,7 @@ void csv_set_term_func(struct csv_parser + void csv_set_realloc_func(struct csv_parser *p, void *(*)(void *, size_t)); + void csv_set_free_func(struct csv_parser *p, void (*)(void *)); + void csv_set_blk_size(struct csv_parser *p, size_t); ++size_t csv_get_blk_size(struct csv_parser *p); + size_t csv_get_buffer_size(struct csv_parser *p); + + #ifdef __cplusplus |