]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_mac.h
zebra: clang-format style fixes
[mirror_frr.git] / bgpd / bgp_mac.h
index 68449b574ab3062e8cf84b5c2dd9b26617467fb4..4b94d80d1a36a8e7be135f9168729fd5312d70f7 100644 (file)
@@ -36,7 +36,7 @@ void bgp_mac_dump_table(struct vty *vty);
 /*
  * Function to lookup the prefix and see if we have a matching mac
  */
-bool bgp_mac_entry_exists(struct prefix *p);
-bool bgp_mac_exist(struct ethaddr *mac);
+bool bgp_mac_entry_exists(const struct prefix *p);
+bool bgp_mac_exist(const struct ethaddr *mac);
 
 #endif