diff options
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/iface.h b/nest/iface.h index 873734d..c116db8 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -144,7 +144,8 @@ struct iface_patt { /* Protocol-specific data follow after this structure */ }; -struct iface_patt *iface_patt_find(list *, struct iface *); +int iface_patt_match(struct iface_patt *ifp, struct iface *i, struct ifa *a); +struct iface_patt *iface_patt_find(list *l, struct iface *i, struct ifa *a); int iface_patts_equal(list *, list *, int (*)(struct iface_patt *, struct iface_patt *)); #endif |