* wDumpContent() is now responsible for </BODY></HTML> most of the
[citadel.git] / webcit / webcit.h
index c0aa1ba070c739561b5fc089c8b534b18c929746..90fd99807d7d09dd0b084f2f37070ecd087875b3 100644 (file)
@@ -77,5 +77,5 @@ extern char *upload;
 extern char floorlist[128][256];
 extern int noframes;
 
-void stuff_to_cookie(char *, int, char *, char *, char *);
-void cookie_to_stuff(char *, int *, char *, char *, char *);
+void stuff_to_cookie(char *, int, char *, char *, char *, int);
+void cookie_to_stuff(char *, int *, char *, char *, char *, int *);