]> jfr.im git - solanum.git/blobdiff - include/hostmask.h
add SNO_FARCONNECT to the help text (#260)
[solanum.git] / include / hostmask.h
index 33b0e5f610917839af6d17ee6f2c8777ad606cb2..b8d5fecababba84e4bbae53a182664c2225a7602 100644 (file)
@@ -46,6 +46,8 @@ struct ConfItem *find_conf_by_address(const char *host, const char *sockhost,
                                      int, int, const char *, const char *);
 struct ConfItem *find_exact_conf_by_address(const char *address, int type,
                                            const char *username);
+struct ConfItem *find_exact_conf_by_address_filtered(const char *address, int type,
+               const char *username, bool (*filter)(struct ConfItem *));
 void add_conf_by_address(const char *, int, const char *, const char *, struct ConfItem *);
 void delete_one_address_conf(const char *, struct ConfItem *);
 void clear_out_address_conf(enum aconf_category);