Prepared some of the authmode stuff for the imminent addition
[citadel.git] / citadel / citadel.h
index 5963a6a19aa215f69c5746854b4415127cfa255b..1a759e4ffd6c47e730e3f2289f74b9502f824499 100644 (file)
@@ -284,6 +284,12 @@ enum {
 #define VIEW_CALBRIEF          7       /* Brief Calendar view */
 #define VIEW_JOURNAL           8       /* Journal view (not yet implemented in native clients) */
 
+/*
+ * Authentication modes
+ */
+#define AUTHMODE_NATIVE                0       /* native Citadel authentication */
+#define AUTHMODE_HOST          1       /* host integrated */
+
 #ifdef __cplusplus
 }
 #endif