Author: Kev <klmitch@undernet.org>
[ircu2.10.12-pk.git] / include / send.h
index 422e62b8938f9bcb9c65b829e31f16039af700a9..b28d2f25c5c9d1d1b580006da80894054baa5242 100644 (file)
@@ -64,4 +64,16 @@ extern void sendbufto_serv_butone(struct Client *one);
 
 extern char sendbuf[2048];
 
+#define IRC_BUFSIZE    512
+
+extern void sendcmdto_one(struct Client *one, const char *cmd,
+                         const char *tok, struct Client *from,
+                         const char *fmt, ...);
+extern void vsendcmdto_one(struct Client *one, const char *cmd,
+                          const char *tok, struct Client *from,
+                          const char *fmt, va_list vl);
+extern void sendcmdto_serv_butone(struct Client *one, const char *cmd,
+                                 const char *tok, struct Client *from,
+                                 const char *fmt, ...);
+
 #endif /* INCLUDED_send_h */