Parent Directory
|
Revision Log
|
Patch
revision 3043 by michael, Tue Feb 25 10:55:08 2014 UTC | revision 3044 by michael, Tue Feb 25 21:10:46 2014 UTC | |
---|---|---|
# | Line 101 check_string(char *s) | Line 101 check_string(char *s) |
101 | */ | */ |
102 | ||
103 | int | int |
104 | add_id(struct Client *client_p, struct Channel *chptr, char *banid, int type) | add_id(struct Client *client_p, struct Channel *chptr, char *banid, unsigned int type) |
105 | { | { |
106 | dlink_list *list = NULL; | dlink_list *list = NULL; |
107 | dlink_node *ban = NULL; | dlink_node *ban = NULL; |
# | Line 210 add_id(struct Client *client_p, struct C | Line 210 add_id(struct Client *client_p, struct C |
210 | * side effects - | * side effects - |
211 | */ | */ |
212 | static int | static int |
213 | del_id(struct Channel *chptr, char *banid, int type) | del_id(struct Channel *chptr, char *banid, unsigned int type) |
214 | { | { |
215 | dlink_list *list; | dlink_list *list; |
216 | dlink_node *ban; | dlink_node *ban; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |