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

Comparing ircd-hybrid/trunk/src/channel_mode.c (file contents):
Revision 3043 by michael, Tue Feb 25 10:55:08 2014 UTC vs.
Revision 3044 by michael, Tue Feb 25 21:10:46 2014 UTC

# Line 101 | Line 101 | check_string(char *s)
101   */
102  
103   int
104 < add_id(struct Client *client_p, struct Channel *chptr, char *banid, int type)
104 > add_id(struct Client *client_p, struct Channel *chptr, char *banid, unsigned int type)
105   {
106    dlink_list *list = NULL;
107    dlink_node *ban = NULL;
# Line 210 | Line 210 | add_id(struct Client *client_p, struct C
210   * side effects -
211   */
212   static int
213 < del_id(struct Channel *chptr, char *banid, int type)
213 > del_id(struct Channel *chptr, char *banid, unsigned int type)
214   {
215    dlink_list *list;
216    dlink_node *ban;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines