X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=1a759e4ffd6c47e730e3f2289f74b9502f824499;hb=1aabcbba9e94fd9bb27af2fb4721a7e8149a24ff;hp=5963a6a19aa215f69c5746854b4415127cfa255b;hpb=df5a2fc29b002c29981d98e483c51658e3b6ad45;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 5963a6a19..1a759e4ff 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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