]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_snmp.h
2005-05-23 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / bgpd / bgp_snmp.h
index a8af0329861737f04ff5b505a011bb6c9a6d6157..60daf0ff866c6c2e05b5dcbd03ab3845c479a797 100644 (file)
@@ -18,6 +18,11 @@ along with GNU Zebra; see the file COPYING.  If not, write to the Free
 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.  */
 
+#ifndef _QUAGGA_BGP_SNMP_H
+#define _QUAGGA_BGP_SNMP_H
+
 void bgp_snmp_init ();
 void bgpTrapEstablished (struct peer *);
 void bgpTrapBackwardTransition (struct peer *);
+
+#endif /* _QUAGGA_BGP_SNMP_H */