* have an abstract function print the menu boxes in the config area.
[citadel.git] / webcit / webcit.h
index 2e1a006cf801dcbbd737c67be49219bb55f11e7c..43ecf6940b808b92afe7fbe24e9d77da242e14ee 100644 (file)
@@ -484,6 +484,7 @@ void output_headers(    int do_httpheaders,
                        int cache);
 void wprintf(const char *format,...);
 void output_static(char *what);
+void print_menu_box(char* Title, char *Class, int nLines, ...);
 void stresc(char *target, char *strbuf, int nbsp, int nolinebreaks);
 void escputs(char *strbuf);
 void url(char *buf);