X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fsend.h;h=8e62ca34fff2988192a502a7391cc3313c717140;hb=ab80f8a8a01dac4fc2533ddb4ad4d0a2be8bf1da;hp=ca83b50da9e0b68a37571b376e3c3e59c99cc104;hpb=7cdce7b148439d6808feff69ee6ad56d530624d0;p=ircu2.10.12-pk.git diff --git a/include/send.h b/include/send.h index ca83b50..8e62ca3 100644 --- a/include/send.h +++ b/include/send.h @@ -33,11 +33,10 @@ extern void sendcmdto_one(struct Client *from, const char *cmd, const char *tok, struct Client *to, const char *pattern, ...); - -/* Same as above, except it takes a va_list */ -extern void vsendcmdto_one(struct Client *from, const char *cmd, - const char *tok, struct Client *to, - const char *pattern, va_list vl); +/* Same as above, except it puts the message on the priority queue */ +extern void sendcmdto_prio_one(struct Client *from, const char *cmd, + const char *tok, struct Client *to, + const char *pattern, ...); /* Send command to all servers except one */ extern void sendcmdto_serv_butone(struct Client *from, const char *cmd,