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

Comparing ircd-hybrid/branches/8.2.x/include/channel.h (file contents):
Revision 3936 by michael, Tue Jun 10 18:59:51 2014 UTC vs.
Revision 3940 by michael, Tue Jun 10 19:27:34 2014 UTC

# Line 138 | Line 138 | extern void check_spambot_warning(struct
138   extern void check_splitmode(void *);
139   extern void free_channel_list(dlink_list *);
140   extern void destroy_channel(struct Channel *);
141 < extern void set_channel_topic(struct Channel *, const char *, const char *, time_t, int);
141 > extern void channel_set_topic(struct Channel *, const char *, const char *, time_t, int);
142  
143   extern const char *get_member_status(const struct Membership *, const int);
144  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines