X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fircd_client.h;h=f113ae373c4c26fc32abdac7b829de6ed29c0452;hp=e0e07355936297d39e2042d817d911b22e3d37b4;hb=c034e019f212727f6e2fbd6c824c7a965770ae28;hpb=94f13fd523ed67aef66be996df03f76a83a4ef5d diff --git a/src/ircd_client.h b/src/ircd_client.h index e0e0735..f113ae3 100644 --- a/src/ircd_client.h +++ b/src/ircd_client.h @@ -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); /* -- */