aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gstring-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gstring-util.h')
-rw-r--r--camel/gstring-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/gstring-util.h b/camel/gstring-util.h
index 2c118329ed..fcd2c5dc69 100644
--- a/camel/gstring-util.h
+++ b/camel/gstring-util.h
@@ -49,6 +49,7 @@ void g_string_append_g_string(GString *dest_string, GString *other_string);
gboolean g_string_equal_for_hash (gconstpointer v, gconstpointer v2);
guint g_string_hash (gconstpointer v);
+void g_string_list_free (GList *string_list);
#ifdef __cplusplus
}