added some files
[NextIRCd.git] / src / ircd_client.h
index f113ae373c4c26fc32abdac7b829de6ed29c0452..c4a68a091d435e6e3b4d30aace100bbb449258f9 100644 (file)
@@ -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