Index: include/h.h
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/include/h.h,v
retrieving revision 1.1.1.1.6.1.2.173.2.33
diff -u -r1.1.1.1.6.1.2.173.2.33 h.h
--- include/h.h	15 Oct 2005 23:26:57 -0000	1.1.1.1.6.1.2.173.2.33
+++ include/h.h	10 Nov 2005 20:35:16 -0000
@@ -188,6 +188,7 @@
 extern int has_voice(aClient *, aChannel *);
 extern int is_chanowner(aClient *, aChannel *);
 extern Ban *is_banned(aClient *, aChannel *, int);
+extern Ban *is_banned_with_nick(aClient *, aChannel *, int, char *);
 extern int parse_help(aClient *, char *, char *);
 
 extern void ircd_log(int, char *, ...) __attribute__((format(printf,2,3)));
