From ae89f3a0a68c3b407127ec50caf06f7730e1932d Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 11 Apr 2007 04:55:33 +0000 Subject: properly process CSV with double quotations. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1616 ee746299-78ed-0310-b773-934348b2243d --- libsylph/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsylph/utils.h') 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); -- cgit v1.2.3