aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-11 04:55:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-11 04:55:33 +0000
commitae89f3a0a68c3b407127ec50caf06f7730e1932d (patch)
tree41a107d398964297636ccf323a3128bce9ca663c /libsylph/utils.h
parentc50e22097bdcee524604a3c8d4a7639d1af2904c (diff)
properly process CSV with double quotations.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1616 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 62664077..fe0b585b 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -337,6 +337,9 @@ gchar **strsplit_parenthesis (const gchar *str,
gchar **strsplit_with_quote (const gchar *str,
const gchar *delim,
gint max_tokens);
+gchar **strsplit_csv (const gchar *str,
+ gchar delim,
+ gint max_tokens);
gchar *get_abbrev_newsgroup_name (const gchar *group,
gint len);