aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-29 07:53:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-29 07:53:24 +0000
commit28e49fdc3673445257be5213c1a264fe8767bffd (patch)
treef5800121f1702aae8375f5e3b24c071b641e32fd /libsylph/utils.h
parent278ff465694b8435fbb5dd4018c5cfe5cbf0dce9 (diff)
addressbook: implemented CSV export feature.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3584 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 8fedd9d0..9ac65cf4 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2013 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2017 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -386,6 +386,10 @@ gchar **strsplit_csv (const gchar *str,
gchar delim,
gint max_tokens);
+gchar *strconcat_csv (gchar delim,
+ const gchar *field1,
+ ...) G_GNUC_MALLOC G_GNUC_NULL_TERMINATED;
+
gchar *get_abbrev_newsgroup_name (const gchar *group,
gint len);
gchar *trim_string (const gchar *str,