protocol parsers
[NextIRCd.git] / src / ircd_client.h
index e0e07355936297d39e2042d817d911b22e3d37b4..f113ae373c4c26fc32abdac7b829de6ed29c0452 100644 (file)
@@ -23,7 +23,6 @@ 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);
 /* -- */