Change channel argument of is_current_channel() to const char *

This commit is contained in:
Kevin Easton
2017-04-16 16:14:13 +10:00
parent 2eabfabc35
commit 53f3a34ca5
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@
char *BX_get_prompt_by_refnum (unsigned);
char *BX_get_target_by_refnum (unsigned);
void BX_set_query_nick (char *, char *, char *);
int BX_is_current_channel (char *, int, int);
int BX_is_current_channel (const char *, int, int);
const char *BX_set_current_channel_by_refnum (unsigned, char *);
char *BX_get_current_channel_by_refnum (unsigned);
int BX_is_bound_to_window (const Window *, const char *);