Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / client_chat.c
index 6316a138e90c5857df29608b7932daf68cf9ed88..a57d09f82f1d31d7aafef2d86b18cc9653275108 100644 (file)
 #include <sys/select.h>
 #endif
 #include "citadel.h"
+#include "client_chat.h"
+#include "commands.h"
+#include "routines.h"
+#include "ipc.h"
+#include "citadel_decls.h"
 
-extern char fullname[];
-
-int inkey();
-void set_keepalives();
-int num_parms();
-void extract();
-int struncmp();
-int getsockfd();
-char serv_getc();
-void color();
-
-
-void chatmode() {
+void chatmode(void) {
        char wbuf[256];
        char buf[256];
        char c_user[256];