added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / send.h
index 18fb694a6580a8630cd17f65a2c5437505c8ea69..1825e4db2b5a9a98519f15f7bc5766dff8de0130 100644 (file)
@@ -1,7 +1,6 @@
-/*
- * send.h
- *
- * $Id$
+/** @file send.h
+ * @brief Send messages to certain targets.
+ * @version $Id$
  */
 #ifndef INCLUDED_send_h
 #define INCLUDED_send_h
@@ -45,6 +44,12 @@ extern void sendcmdto_prio_one(struct Client *from, const char *cmd,
                               const char *tok, struct Client *to,
                               const char *pattern, ...);
 
+/* Send command to servers by flags except one */
+extern void sendcmdto_flag_serv_butone(struct Client *from, const char *cmd,
+                                       const char *tok, struct Client *one,
+                                       int require, int forbid,
+                                       const char *pattern, ...);
+
 /* Send command to all servers except one */
 extern void sendcmdto_serv_butone(struct Client *from, const char *cmd,
                                  const char *tok, struct Client *one,