protocol parsers
[NextIRCd.git] / src / ircd_client.c
index 57bfb3fed9287c93dc85f519c8c72295fef54d73..28d650baea1def84998d0c7293526d67d04f91e5 100644 (file)
@@ -54,7 +54,3 @@ void client_connected(struct Connection *conn) {
 void client_disconnected(struct Connection *conn) {
     
 }
-
-void client_recv(struct Connection *conn, char *line) {
-    
-}