From fc43959180e0ab748ba68fa4834e6913f2aba74e Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 7 Jul 2000 18:29:26 +0000 Subject: Added e_strsplit to work around a bug in g_strsplit. 2000-07-07 Christopher James Lahey * e-util.c, e-util.h: Added e_strsplit to work around a bug in g_strsplit. svn path=/trunk/; revision=3953 --- e-util/e-util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 3df503f2d9..ab5325806b 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -42,6 +42,10 @@ void e_free_string_list (GList *list); char *e_read_file (const char *filename); gint e_write_file(const char *filename, const char *data, int flags); +gchar **e_strsplit (const gchar *string, + const gchar *delimiter, + gint max_tokens); + void e_marshal_INT__INT_INT_POINTER (GtkObject * object, GtkSignalFunc func, gpointer func_data, GtkArg * args); -- cgit v1.2.3