From 3c52f289b1b3fd011d6b9096d09f1290bc047fa6 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 7 Dec 2010 00:12:36 -0600 Subject: [PATCH] Actually make get_channel_access() public. --- src/chmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chmode.c b/src/chmode.c index 9e143245..1976765f 100644 --- a/src/chmode.c +++ b/src/chmode.c @@ -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;