aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-mem.h
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-02 23:11:10 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-02 23:11:10 +0800
commite04ff08029253c72af62df710a04cd45793ad23b (patch)
tree9a1675b32c5700a0ffcdae1fefdb1f2f8dbfa024 /camel/camel-stream-mem.h
parent9a87a9ff789115cfa55316b14dea6393cd4e9bce (diff)
downloadgsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.tar
gsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.tar.gz
gsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.tar.bz2
gsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.tar.lz
gsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.tar.xz
gsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.tar.zst
gsoc2013-evolution-e04ff08029253c72af62df710a04cd45793ad23b.zip
sync before going home
svn path=/trunk/; revision=1064
Diffstat (limited to 'camel/camel-stream-mem.h')
-rw-r--r--camel/camel-stream-mem.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/camel-stream-mem.h b/camel/camel-stream-mem.h
index 1864512868..dd30c89256 100644
--- a/camel/camel-stream-mem.h
+++ b/camel/camel-stream-mem.h
@@ -43,7 +43,8 @@ extern "C" {
typedef enum
{
CAMEL_STREAM_MEM_READ = 1,
- CAMEL_STREAM_MEM_WRITE = 2
+ CAMEL_STREAM_MEM_WRITE = 2,
+ CAMEL_STREAM_MEM_RW = 3
} CamelStreamMemMode;
@@ -72,7 +73,7 @@ GtkType camel_stream_mem_get_type (void);
/* public methods */
-
+CamelStream *camel_stream_mem_new (CamelStreamMemMode mode);
#ifdef __cplusplus
}
#endif /* __cplusplus */