]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Start moving parts of join to channels.c so they can be used in more places.
[irc/rqf/shadowircd.git] / include / channel.h
index 6aa72edde5f651e3a20dd0e3e1b2580ce8ac7204..6dca63a902b42b3c5a722c81724dbeffec5b87ad 100644 (file)
@@ -271,5 +271,7 @@ extern int match_extban(const char *banstr, struct Client *client_p, struct Chan
 extern int valid_extban(const char *banstr, struct Client *client_p, struct Channel *chptr, long mode_type);
 const char * get_extban_string(void);
 
+extern struct Channel * check_forward(struct Client *source_p, struct Channel *chptr, char *key)
+
 
 #endif /* INCLUDED_channel_h */