]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/rfapi/vnc_export_bgp.h
*: reindent
[mirror_frr.git] / bgpd / rfapi / vnc_export_bgp.h
index 7dbbb40e0a8209412790c391bbea507871610389..a6f8c82c0d4c669c3590dceaadfe02af285f4e4a 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  *
  * Copyright 2009-2016, LabN Consulting, L.L.C.
  *
 #include "bgpd/bgp_route.h"
 
 
-extern void vnc_direct_bgp_rh_reexport (struct bgp *bgp, afi_t afi);
+extern void vnc_direct_bgp_rh_reexport(struct bgp *bgp, afi_t afi);
 
-extern void vnc_export_bgp_prechange (struct bgp *bgp);
+extern void vnc_export_bgp_prechange(struct bgp *bgp);
 
-extern void vnc_export_bgp_postchange (struct bgp *bgp);
+extern void vnc_export_bgp_postchange(struct bgp *bgp);
 
-extern void vnc_export_bgp_enable (struct bgp *bgp, afi_t afi);
+extern void vnc_export_bgp_enable(struct bgp *bgp, afi_t afi);
 
-extern void vnc_export_bgp_disable (struct bgp *bgp, afi_t afi);
+extern void vnc_export_bgp_disable(struct bgp *bgp, afi_t afi);
 
 #endif /* _QUAGGA_RFAPI_VNC_EXPORT_BGP_H_ */