diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r-- | camel/providers/imap/camel-imap-store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index 3792e92872..8cc186655c 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -83,6 +83,8 @@ typedef struct { /* Standard Camel function */ CamelType camel_imap_store_get_type (void); +gboolean camel_imap_store_check_online (CamelImapStore *store, CamelException *ex); + #ifdef __cplusplus } #endif /* __cplusplus */ |