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

Comparing ircd-hybrid/trunk/include/channel.h (file contents):
Revision 6328 by michael, Sat Aug 8 18:14:06 2015 UTC vs.
Revision 6373 by michael, Fri Aug 21 10:00:10 2015 UTC

# Line 120 | Line 120 | struct Ban
120   extern dlink_list channel_list;
121   extern struct event splitmode_event;
122  
123 < extern int check_channel_name(const char *, const int);
123 > extern int channel_check_name(const char *, const int);
124   extern int can_send(struct Channel *, struct Client *, struct Membership *, const char *);
125   extern int is_banned(const struct Channel *, const struct Client *);
126   extern int can_join(struct Client *, const struct Channel *, const char *);
# Line 138 | Line 138 | extern void add_invite(struct Channel *,
138   extern void del_invite(struct Channel *, struct Client *);
139   extern void clear_invites_channel(struct Channel *);
140   extern void clear_invites_client(struct Client *);
141 < extern void send_channel_modes(struct Client *, struct Channel *);
141 > extern void channel_send_modes(struct Client *, struct Channel *);
142   extern void channel_modes(struct Channel *, struct Client *, char *, char *);
143   extern void check_spambot_warning(struct Client *, const char *);
144   extern void check_splitmode(void *);
145 < extern void free_channel_list(dlink_list *);
146 < extern void destroy_channel(struct Channel *);
145 > extern void channel_free(struct Channel *);
146   extern void channel_set_topic(struct Channel *, const char *, const char *, time_t, int);
147  
148   extern const char *get_member_status(const struct Membership *, const int);
149  
150 < extern struct Channel *make_channel(const char *);
150 > extern struct Channel *channel_make(const char *);
151   extern struct Membership *find_channel_link(struct Client *, struct Channel *);
152   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines