summaryrefslogtreecommitdiff
path: root/lib/prefix.h
diff options
context:
space:
mode:
authormitesh <mitesh@cumulusnetworks.com>2017-12-27 11:47:10 -0800
committermitesh <mitesh@cumulusnetworks.com>2017-12-27 11:47:10 -0800
commit523cafc4181b4d9f26147d44f71ba0d9b7adef53 (patch)
tree1f8cf1b629f27a762a11fdd715dc48dadd72005e /lib/prefix.h
parent3d57c99404bf5490ddcd803e24594000e10f2731 (diff)
bgpd, lib, zebra: fix style problems
Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
Diffstat (limited to 'lib/prefix.h')
-rw-r--r--lib/prefix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prefix.h b/lib/prefix.h
index 7408c75e11..7e947ea48a 100644
--- a/lib/prefix.h
+++ b/lib/prefix.h
@@ -348,7 +348,7 @@ extern void masklen2ip6(const int, struct in6_addr *);
extern const char *inet6_ntoa(struct in6_addr);
-extern int is_zero_mac(struct ethaddr *);
+extern int is_zero_mac(struct ethaddr *mac);
extern int prefix_str2mac(const char *str, struct ethaddr *mac);
extern char *prefix_mac2str(const struct ethaddr *mac, char *buf, int size);