Actually make get_channel_access() public.

This commit is contained in:
William Pitcock 2010-12-07 00:12:36 -06:00
parent a0626e7ce3
commit 3c52f289b1

View file

@ -186,7 +186,7 @@ cflag_orphan(char c_)
construct_cflags_strings();
}
static int
int
get_channel_access(struct Client *source_p, struct membership *msptr)
{
hook_data_channel_approval moduledata;