summaryrefslogtreecommitdiff
path: root/zebra/connected.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/connected.h')
-rw-r--r--zebra/connected.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/zebra/connected.h b/zebra/connected.h
index eaf79fe9aa..b67442fa3b 100644
--- a/zebra/connected.h
+++ b/zebra/connected.h
@@ -23,7 +23,10 @@
#define _ZEBRA_CONNECTED_H
extern struct connected *connected_check(struct interface *ifp,
- struct prefix *p);
+ union prefixconstptr p);
+extern struct connected *connected_check_ptp(struct interface *ifp,
+ union prefixconstptr p,
+ union prefixconstptr d);
extern void connected_add_ipv4(struct interface *ifp, int flags,
struct in_addr *addr, u_char prefixlen,