aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
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,