X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fircd_client.h;fp=src%2Fircd_client.h;h=c4a68a091d435e6e3b4d30aace100bbb449258f9;hp=f113ae373c4c26fc32abdac7b829de6ed29c0452;hb=fc3df376babe61fd8b725fb8c48c189eaebeec50;hpb=59ddec51d649f0af9b91d2aab710258d5b97a596 diff --git a/src/ircd_client.h b/src/ircd_client.h index f113ae3..c4a68a0 100644 --- a/src/ircd_client.h +++ b/src/ircd_client.h @@ -25,5 +25,6 @@ void client_connected(struct Connection *conn); void client_disconnected(struct Connection *conn); /* -- */ +void client_printf(struct Connection *conn, const char *text, ...); #endif