diff options
Diffstat (limited to 'e-util/e-util.h-29002')
-rw-r--r-- | e-util/e-util.h-29002 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002 index 3df503f2d9..ab5325806b 100644 --- a/e-util/e-util.h-29002 +++ b/e-util/e-util.h-29002 @@ -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); |