X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=385f9f57354d9ad3615bb5ed931c7927380c2570;hb=277aee1c5194bca8cff1bd77f33821eaa021b5cd;hp=b65683c9c2ab0dae5d6c9b59db745e1a392715d0;hpb=c1ea6daf1e5c0a32265581410d6a45998b531440;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index b65683c9c..385f9f573 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -346,6 +346,7 @@ typedef struct _addrbookent { #define ISSTATIC (1<<7) #define FORCE_SESSIONCLOSE (1<<8) #define PARSE_REST_URL (1<<9) +#define PROHIBIT_STARTPAGE (1<<10) typedef void (*WebcitHandlerFunc)(void); typedef struct _WebcitHandler{