* change_start_page(), LoadStartpage(): check whether the startpage is allowed by...
[citadel.git] / webcit / webcit.h
index b65683c9c2ab0dae5d6c9b59db745e1a392715d0..385f9f57354d9ad3615bb5ed931c7927380c2570 100644 (file)
@@ -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{