aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r--camel/camel-remote-store.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h
index 2d6bc829c2..910db53e92 100644
--- a/camel/camel-remote-store.h
+++ b/camel/camel-remote-store.h
@@ -40,7 +40,8 @@ extern "C" {
typedef struct {
CamelStore parent_object;
-
+ struct _CamelRemoteStorePrivate *priv;
+
CamelStream *istream, *ostream;
guint timeout_id, default_port;
} CamelRemoteStore;
@@ -62,6 +63,9 @@ typedef struct {
/* Standard Camel function */
CamelType camel_remote_store_get_type (void);
+/* FIXME: All of these i/o functions need an api overhaul, they're not like
+ any other functions, anywhere in the world ... */
+
/* Extra public functions */
gint camel_remote_store_send_string (CamelRemoteStore *store, CamelException *ex,
char *fmt, ...);