diff options
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conf.h b/include/conf.h index 9c7f637..bde3956 100644 --- a/include/conf.h +++ b/include/conf.h @@ -362,7 +362,7 @@ extern void report_confitem_types(struct Client *, enum maskitem_type); extern void yyerror(const char *); extern void cleanup_tklines(void *); extern int rehash(int); -extern int conf_add_server(struct MaskItem *, const char *); +extern void lookup_confhost(struct MaskItem *); extern void conf_add_class_to_conf(struct MaskItem *, const char *); extern const char *get_oper_name(const struct Client *); |