diff options
Diffstat (limited to 'include/hostmask.h')
-rw-r--r-- | include/hostmask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hostmask.h b/include/hostmask.h index a8dc7c1..2275c27 100644 --- a/include/hostmask.h +++ b/include/hostmask.h @@ -72,7 +72,7 @@ extern int match_ipv4(const struct irc_ssaddr *, const struct irc_ssaddr *, int) extern void mask_addr(struct irc_ssaddr *, int); extern void init_host_hash(void); -extern void add_conf_by_address(const unsigned int, struct MaskItem *); +extern struct AddressRec *add_conf_by_address(const unsigned int, struct MaskItem *); extern void delete_one_address_conf(const char *, struct MaskItem *); extern void clear_out_address_conf(void); extern void hostmask_expire_temporary(void); |