diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-05-10 05:03:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-10 05:03:54 +0800 |
commit | 62b338094aac49edd76acbc227e18c4f06e726c1 (patch) | |
tree | d482fec8e6a4ccabef92d7dddd267d9eb5e05b4a /camel/gstring-util.h | |
parent | 65cc58a082a305923a472bcd75c843a47586006c (diff) | |
download | gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.tar gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.tar.gz gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.tar.bz2 gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.tar.lz gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.tar.xz gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.tar.zst gsoc2013-evolution-62b338094aac49edd76acbc227e18c4f06e726c1.zip |
new method
1999-05-09 bertrand <Bertrand.Guiheneuf@inria.fr>
* 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
Diffstat (limited to 'camel/gstring-util.h')
-rw-r--r-- | camel/gstring-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |