diff options
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index 1f34eb5a6e..8200c0cf16 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -68,6 +68,8 @@ CamelType camel_remote_store_get_type (void); any other functions, anywhere in the world ... */ /* Extra public functions */ +GList *camel_remote_store_authtype_list (void); + gint camel_remote_store_send_string (CamelRemoteStore *store, CamelException *ex, char *fmt, ...); gint camel_remote_store_send_stream (CamelRemoteStore *store, CamelStream *stream, |