added some files
[NextIRCd.git] / src / ircd_client.h
index e0e07355936297d39e2042d817d911b22e3d37b4..c4a68a091d435e6e3b4d30aace100bbb449258f9 100644 (file)
@@ -23,8 +23,8 @@ struct Connection;
 /* -- called from ircd_sock.c */
 void client_connected(struct Connection *conn);
 void client_disconnected(struct Connection *conn);
-void client_recv(struct Connection *conn, char *line);
 /* -- */
 
+void client_printf(struct Connection *conn, const char *text, ...);
 
 #endif