aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-mem.h
diff options
context:
space:
mode:
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 */