diff options
Diffstat (limited to 'camel/camel-disco-store.h')
-rw-r--r-- | camel/camel-disco-store.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-disco-store.h b/camel/camel-disco-store.h index 575ce1a5ba..01d11645e2 100644 --- a/camel/camel-disco-store.h +++ b/camel/camel-disco-store.h @@ -38,6 +38,10 @@ extern "C" { #define CAMEL_DISCO_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_DISCO_STORE_TYPE, CamelDiscoStoreClass)) #define CAMEL_IS_DISCO_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_DISCO_STORE_TYPE)) +enum { + CAMEL_DISCO_STORE_ARG_FIRST = CAMEL_REMOTE_STORE_ARG_FIRST + 100, +}; + typedef enum { CAMEL_DISCO_STORE_ONLINE, CAMEL_DISCO_STORE_OFFLINE, |