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

Comparing ircd-hybrid-7.2/include/send.h (file contents):
Revision 884 by adx, Thu Oct 20 21:09:02 2005 UTC vs.
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC

# Line 67 | Line 67 | extern void sendto_channel_local_butone(
67   extern void sendto_channel_remote(struct Client *, struct Client *, int,
68                                    int, int, struct Channel *,
69                                    const char *, ...) AFP(7, 8);
70 < extern void sendto_server(struct Client *, struct Client *,
70 > extern void sendto_server(struct Client *,
71                            struct Channel *, unsigned long,
72 <                          unsigned long, unsigned long,
73 <                          const char *, ...) AFP(7, 8);
72 >                          unsigned long,
73 >                          const char *, ...) AFP(5, 6);
74   extern void sendto_match_butone(struct Client *, struct Client *,
75                                  char *, int, const char *, ...) AFP(5, 6);
76   extern void sendto_match_servs(struct Client *, const char *, int,
# Line 102 | Line 102 | extern void kill_client_ll_serv_butone(s
102   #define NOCAPS          0               /* no caps */
103   #define NOFLAGS         0               /* no flags */
104  
105 #define LL_ICLIENT      0x00000001      /* introduce unknown clients */
106 #define LL_ICHAN        0x00000002      /* introduce unknown chans */
107
105   /* used when sending to #mask or $mask */
106   #define MATCH_SERVER  1
107   #define MATCH_HOST    2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines