summaryrefslogtreecommitdiff
path: root/lib/prefix.h
diff options
context:
space:
mode:
authorpaco <paco@voltanet.io>2018-06-19 17:59:53 +0200
committerpaco <paco@voltanet.io>2018-06-19 17:59:53 +0200
commit5d5ba0185dd63e5443a9c005f8b369b17e82ab03 (patch)
tree888436e6de484cc8a838d063b68880919f0855bd /lib/prefix.h
parent447297f34faa21a1436018caa213de216a93bc65 (diff)
bgpd, lib, ospfd, zebra: all_digit moved to frrstr
This solves a pending FIXME Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'lib/prefix.h')
-rw-r--r--lib/prefix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/prefix.h b/lib/prefix.h
index f5dbb22f79..4247569137 100644
--- a/lib/prefix.h
+++ b/lib/prefix.h
@@ -458,7 +458,6 @@ static inline int ipv6_martian(struct in6_addr *addr)
return 0;
}
-extern int all_digit(const char *);
extern int macstr2prefix_evpn(const char *str, struct prefix_evpn *p);
/* NOTE: This routine expects the address argument in network byte order. */