Constify the header too :D

This commit is contained in:
JD Horelick 2010-02-23 02:53:44 -05:00
parent 824455aba6
commit 677e21a450
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ extern int valid_extban(const char *banstr, struct Client *client_p, struct Chan
const char * get_extban_string(void);
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 int check_channel_name_loc(struct Client *source_p, const char *name);