Fix bugs in rehashing pseudo commands and in kill handling.
[ircu2.10.12-pk.git] / include / s_conf.h
index 0907f9b5343b9fc1a536c32d854c8d77f2ee6697..301e9ab2f3b30e4f9f49efa4303505421c2afe9b 100644 (file)
@@ -186,6 +186,7 @@ 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 free_mapping(struct s_map *smap);
 
 extern void yyerror(const char *msg);