]> code.citadel.org Git - citadel.git/blobdiff - webcit/child.h
Resolve the name of the connecting host and pass it on to Citadel
[citadel.git] / webcit / child.h
index b13d3fe878ceedbc225cbd5b5b5e0c8200ce8513..7cfbc2f3e71834d92abcb0a6654894f7e04fca5b 100644 (file)
@@ -15,7 +15,7 @@ void list_all_rooms_by_floor(void);
 void slrp_highest(void);
 void gotonext(void);
 void ungoto(void);
-void get_serv_info(void);
+void get_serv_info(char *);
 int connectsock(char *host, char *service, char *protocol);
 void serv_gets(char *strbuf);
 void serv_puts(char *string);