mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 22:12:25 +01:00
add sendto_umode_global() to h.h
This commit is contained in:
parent
3cb780bdb3
commit
d59b7b4129
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ extern void sendto_ops_butme(aClient *, char *, ...) __attribute__((format(print
|
|||
extern void sendto_prefix_one(aClient *, aClient *, const char *, ...) __attribute__((format(printf,3,4)));
|
||||
extern void sendto_opers(char *, ...) __attribute__((format(printf,1,2)));
|
||||
extern void sendto_umode(int, char *, ...) __attribute__((format(printf,2,3)));
|
||||
extern void sendto_umode_global(int, char *, ...) __attribute__((format(printf,2,3)));
|
||||
extern void sendto_umode_raw(int, char *, ...) __attribute__((format(printf,2,3)));
|
||||
extern void sendto_snomask(int snomask, char *pattern, ...) __attribute__((format(printf,2,3)));
|
||||
extern void sendto_snomask_global(int snomask, char *pattern, ...) __attribute__((format(printf,2,3)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue