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

Comparing ircd-hybrid-7.2/src/send.c (file contents):
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 UTC

# Line 544 | Line 544 | sendto_channel_butone(struct Client *one
544   * -davidt
545   */
546   void
547 < sendto_server(struct Client *one,
548 <              struct Channel *chptr, unsigned long caps,
549 <              unsigned long nocaps,
547 > sendto_server(struct Client *one, const struct Channel *chptr,
548 >              const unsigned int caps,
549 >              const unsigned int nocaps,
550                const char *format, ...)
551   {
552    va_list args;
# Line 731 | Line 731 | sendto_channel_local_butone(struct Clien
731   *                remote to this server.
732   */
733   void
734 < sendto_channel_remote(struct Client *one, struct Client *from, int type, int caps,
735 <                      int nocaps, struct Channel *chptr, const char *pattern, ...)
734 > sendto_channel_remote(struct Client *one, struct Client *from, int type,
735 >                      const unsigned int caps, const unsigned int nocaps,
736 >                      struct Channel *chptr, const char *pattern, ...)
737   {
738    va_list args;
739    char buffer[IRCD_BUFSIZE];

Diff Legend

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