Fix a warning about const with forward channels.
This commit is contained in:
parent
a14de124d6
commit
d9af501aa8
3 changed files with 3 additions and 3 deletions
|
@ -226,7 +226,7 @@ extern int is_banned(struct Channel *chptr, struct Client *who,
|
|||
extern int is_quieted(struct Channel *chptr, struct Client *who,
|
||||
struct membership *msptr, const char *, const char *);
|
||||
extern int can_join(struct Client *source_p, struct Channel *chptr, char *key,
|
||||
char **forward);
|
||||
const char **forward);
|
||||
|
||||
extern struct membership *find_channel_membership(struct Channel *, struct Client *);
|
||||
extern const char *find_channel_status(struct membership *msptr, int combine);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue