aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-utils.h
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-30 22:02:36 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-30 22:02:36 +0800
commitd32ba2a70aebd94d176f73a64bc83ed59038e835 (patch)
tree8f0b1cdba89abe63ef364e07694d2606d54d5e11 /camel/gmime-utils.h
parent1d01c8dad13eeab68241617b0ca981a8582b8215 (diff)
downloadgsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar
gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.gz
gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.bz2
gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.lz
gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.xz
gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.zst
gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.zip
sync
svn path=/trunk/; revision=959
Diffstat (limited to 'camel/gmime-utils.h')
-rw-r--r--camel/gmime-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/gmime-utils.h b/camel/gmime-utils.h
index dafc5ca18a..1c2097434f 100644
--- a/camel/gmime-utils.h
+++ b/camel/gmime-utils.h
@@ -33,12 +33,14 @@ extern "C" {
#include <glib.h>
#include <stdio.h>
+#include <bonobo/gnome-stream.h>
void gmime_write_header_pair_to_file (FILE* file, gchar* name, GString *value);
void write_header_table_to_file (FILE *file, GHashTable *header_table);
void write_header_with_glist_to_file (FILE *file, gchar *header_name, GList *header_values);
GHashTable *get_header_table_from_file (FILE *file);
+GHashTable *get_header_table_from_stream (GnomeStream *stream);