diff options
| author | mitesh <mitesh@cumulusnetworks.com> | 2017-12-27 11:47:10 -0800 |
|---|---|---|
| committer | mitesh <mitesh@cumulusnetworks.com> | 2017-12-27 11:47:10 -0800 |
| commit | 523cafc4181b4d9f26147d44f71ba0d9b7adef53 (patch) | |
| tree | 1f8cf1b629f27a762a11fdd715dc48dadd72005e /lib/prefix.h | |
| parent | 3d57c99404bf5490ddcd803e24594000e10f2731 (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.h | 2 |
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); |
