* lets start knit-picking on buffersizes.
[citadel.git] / webcit / webcit.h
index 4636e4f3146fd6e8c033a14bd078748af20d9be9..ea572159a0be47fc7da7ed09946fc6c57ece0d07 100644 (file)
@@ -486,7 +486,7 @@ void output_headers(    int do_httpheaders,
 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);
+long stresc(char *target, long tSize, char *strbuf, int nbsp, int nolinebreaks);
 void escputs(char *strbuf);
 void url(char *buf);
 void escputs1(char *strbuf, int nbsp, int nolinebreaks);