Constify the header too :D
This commit is contained in:
parent
824455aba6
commit
677e21a450
|
@ -272,7 +272,7 @@ extern int valid_extban(const char *banstr, struct Client *client_p, struct Chan
|
||||||
const char * get_extban_string(void);
|
const char * get_extban_string(void);
|
||||||
|
|
||||||
extern struct Channel * check_forward(struct Client *source_p, struct Channel *chptr, char *key);
|
extern struct Channel * check_forward(struct Client *source_p, struct Channel *chptr, char *key);
|
||||||
extern void user_join(struct Client * client_p, struct Client * source_p, char * channels, char * keys);
|
extern void user_join(struct Client * client_p, struct Client * source_p, const char * channels, const char * keys);
|
||||||
extern void do_join_0(struct Client *client_p, struct Client *source_p);
|
extern void do_join_0(struct Client *client_p, struct Client *source_p);
|
||||||
extern int check_channel_name_loc(struct Client *source_p, const char *name);
|
extern int check_channel_name_loc(struct Client *source_p, const char *name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue