]> code.citadel.org Git - citadel.git/commitdiff
* fix defaulthost/defaultport
authorArt Cancro <ajc@citadel.org>
Sun, 5 Dec 1999 18:55:29 +0000 (18:55 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 5 Dec 1999 18:55:29 +0000 (18:55 +0000)
webcit/webcit.c
webcit/webcit.h

index ede8a7ec8748b38f22f58b83ae0519042ee8c3e3..03e9a9d1b1714fa4c99f6c08332db62bfd9ba0a9 100644 (file)
@@ -41,10 +41,6 @@ int fake_frames = 0;
 
 struct urlcontent *urlstrings = NULL;
 
-static const char *defaulthost = DEFAULT_HOST;
-static const char *defaultport = DEFAULT_PORT;
-
-
 
 void unescape_input(char *buf)
 {
index 193d238bf8ae9e5fc78e2e4938d57e2ac27ba827..5d5c867e817e5bfb1b2f411c299547a2ccca5e57 100644 (file)
@@ -98,6 +98,7 @@ extern pthread_key_t MyConKey;
 struct serv_info serv_info;
 extern char floorlist[128][256];
 extern char *axdefs[];
+extern char *defaulthost, *defaultport;
 
 
 void stuff_to_cookie(char *cookie, int session,