* Got a primitive version of the wiki system in place. Needs a lot of fine
[citadel.git] / webcit / webcit.h
index df8e2be113e770db20eaca688801ad89e3e02a30..93ec4e3d20643533da1e3700fce31c4c13b0b530 100644 (file)
@@ -672,6 +672,7 @@ void httplang_to_locale(char *LocaleString);
 void tabbed_dialog(int num_tabs, char *tabnames[]);
 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);
 
 void embed_room_banner(char *, int);