summaryrefslogtreecommitdiff
path: root/textproc/libcsv/files/patch-csv.h
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2017-01-03 12:27:55 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2017-01-03 12:27:55 +0000
commit00adc5c753832b8d7afd63c67cd59361759e48c1 (patch)
tree71a07f1c0654d64e75f01cdf1601215b9c12c458 /textproc/libcsv/files/patch-csv.h
parentsysutils/storcli: Update from 1.19.04 to 1.20.15 (diff)
New maintainer: bob@eager.cx
Add new 'EXAMPLES' option Use OPTIONS helpers Spelling fixes for man pages Add a csv_get_blk_size() function PR: 215720 Submitted by: bob@eager.cx
Notes
Notes: svn path=/head/; revision=430461
Diffstat (limited to 'textproc/libcsv/files/patch-csv.h')
-rw-r--r--textproc/libcsv/files/patch-csv.h10
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