]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Began making changes to do better handling of character sets.
[citadel.git] / webcit / webcit.h
index dc6791d4e921180ee331a11fd725fc78c925b645..92eae15fd7d5a5ba002137b4315b90aa89900186 100644 (file)
@@ -231,6 +231,7 @@ struct serv_info {
        char serv_moreprompt[SIZ];      /**< Whats the commandline textprompt */
        int serv_ok_floors;             /**< nonzero == server supports floors */
        int serv_supports_ldap;         /**< is the server linked against an ldap tree for adresses? */
+       int serv_newuser_disabled;      /**< Has the server disabled self-service new user creation? */
 };
 
 
@@ -685,6 +686,7 @@ void begin_tab(int tabnum, int num_tabs);
 void end_tab(int tabnum, int num_tabs);
 void str_wiki_index(char *s);
 void display_wiki_page(void);
+char *bmstrcasestr(char *text, char *pattern);
 
 #ifdef HAVE_ICONV
 iconv_t ctdl_iconv_open(const char *tocode, const char *fromcode);