]> code.citadel.org Git - citadel.git/blobdiff - webcit/child.h
* WebCit now sends the name of the end user's browser as the client
[citadel.git] / webcit / child.h
index 5079e1d14bd37391528c70a63772d0d85d153052..d698e36f3f86050376086664ad75e81fd26e9f1b 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(char *);
+void get_serv_info(char *, char *);
 int connectsock(char *host, char *service, char *protocol);
 void serv_gets(char *strbuf);
 void serv_puts(char *string);