Actually make get_channel_access() public.
This commit is contained in:
parent
a0626e7ce3
commit
3c52f289b1
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ cflag_orphan(char c_)
|
||||||
construct_cflags_strings();
|
construct_cflags_strings();
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
int
|
||||||
get_channel_access(struct Client *source_p, struct membership *msptr)
|
get_channel_access(struct Client *source_p, struct membership *msptr)
|
||||||
{
|
{
|
||||||
hook_data_channel_approval moduledata;
|
hook_data_channel_approval moduledata;
|
||||||
|
|
Loading…
Reference in a new issue