From 62b338094aac49edd76acbc227e18c4f06e726c1 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 9 May 1999 21:03:54 +0000 Subject: new method 1999-05-09 bertrand * camel/camel-mime-part.c (__camel_mime_part_add_header): new method * camel/camel-mime-part.h (struct CamelMimePart): added core fields. svn path=/trunk/; revision=899 --- camel/gstring-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/gstring-util.h') diff --git a/camel/gstring-util.h b/camel/gstring-util.h index decb6ee064..2c118329ed 100644 --- a/camel/gstring-util.h +++ b/camel/gstring-util.h @@ -47,6 +47,8 @@ GString *g_string_clone(GString *string); gchar g_string_right_dichotomy( GString *string, gchar sep, GString **prefix, GString **suffix, DichotomyOption options); 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); #ifdef __cplusplus } -- cgit v1.2.3