Add option to debug Client block selections. Fix related buglet in
[ircu2.10.12-pk.git] / include / s_conf.h
index d2a38245149dc3782f80b6f4e2601ff7ab94aabe..377542701c4e076cda91db10018b17e932ed6b17 100644 (file)
@@ -183,6 +183,7 @@ extern int find_kill(struct Client *cptr);
 extern const char *find_quarantine(const char* chname);
 extern void lookup_confhost(struct ConfItem *aconf);
 extern void conf_parse_userhost(struct ConfItem *aconf, char *host);
+extern struct ConfItem *conf_debug_iline(const char *client);
 
 extern void yyerror(const char *msg);