]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* webcit.c: added to getz() the ability to return an error code;
[citadel.git] / webcit / webcit.h
index 2798b7ab44507c8d6d94c593f3e92c77970eaf4e..8968551aaa92e860f35ed6455392b2530055c4e2 100644 (file)
@@ -76,6 +76,7 @@ extern int upload_length;
 extern char *upload;
 extern char floorlist[128][256];
 extern int noframes;
+extern char browser[256];
 
 void stuff_to_cookie(char *, int, char *, char *, char *, int);
 void cookie_to_stuff(char *, int *, char *, char *, char *, int *);