added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / send.h
index b43733a5ca06cba33380e558d04c3d98afd301ac..1825e4db2b5a9a98519f15f7bc5766dff8de0130 100644 (file)
@@ -44,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,