summaryrefslogtreecommitdiff
path: root/zebra/connected.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/connected.h')
-rw-r--r--zebra/connected.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/connected.h b/zebra/connected.h
index 289b03c7..28387e93 100644
--- a/zebra/connected.h
+++ b/zebra/connected.h
@@ -41,7 +41,8 @@ extern void connected_down_ipv4 (struct interface *, struct connected *);
#ifdef HAVE_IPV6
extern void
connected_add_ipv6 (struct interface *ifp, struct in6_addr *address,
- u_char prefixlen, struct in6_addr *broad, char *label);
+ u_char prefixlen, struct in6_addr *broad,
+ const char *label);
extern void
connected_delete_ipv6 (struct interface *ifp, struct in6_addr *address,
u_char prefixlen, struct in6_addr *broad);