]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Lotsa stuff. See ChangeLog for details.
[citadel.git] / webcit / webcit.h
index ef9760dae531faae509163d9910659b8a565bd49..38a40045a8b9a9e847a78660685d437c81973d65 100644 (file)
@@ -7,7 +7,7 @@
 #define DEVELOPER_ID   0
 #define CLIENT_ID      4
 #define CLIENT_VERSION 200
-#define DEFAULT_HOST   "uncnsrd.mt-kisco.ny.us"
+#define DEFAULT_HOST   "localhost"
 #define DEFAULT_PORT   "citadel"
 #define LB             (1)
 #define RB             (2)
@@ -75,3 +75,6 @@ extern char *axdefs[];
 extern int upload_length;
 extern char *upload;
 extern char floorlist[128][256];
+
+void stuff_to_cookie(char *, int, char *, char *, char *);
+void cookie_to_stuff(char *, int *, char *, char *, char *);