ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/send.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/send.h (file contents):
Revision 1617 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1618 by michael, Tue Oct 30 21:04:38 2012 UTC

# Line 63 | Line 63 | extern void sendto_match_butone(struct C
63                                  char *, int, const char *, ...);
64   extern void sendto_match_servs(struct Client *, const char *, int,
65                                 const char *, ...);
66 < extern void sendto_realops_flags(unsigned int, int,
66 > extern void sendto_realops_flags(unsigned int, int, int,
67                                   const char *, ...);
68 extern void sendto_globops_flags(unsigned int, int, const char *, ...);
68   extern void sendto_wallops_flags(unsigned int, struct Client *,
69                                   const char *, ...);
70   extern void ts_warn(const char *, ...);
# Line 88 | Line 87 | extern void kill_client_ll_serv_butone(s
87   #define L_OPER  1
88   #define L_ADMIN 2
89  
90 + #define SEND_NOTICE 1
91 + #define SEND_GLOBAL 2
92 + #define SEND_LOCOPS 3
93 +
94   #define NOCAPS          0               /* no caps */
95   #define NOFLAGS         0               /* no flags */
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)