]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_debug.c
2005-06-28 Paul Jakma <paul.jakma@sun.com>
[mirror_frr.git] / bgpd / bgp_debug.c
index edcc9f09741316b81f0064a6e60322a995f481ac..1b398ee8b1b681334809827701c99cb2d18169dd 100644 (file)
@@ -644,7 +644,7 @@ DEFUN (show_debugging_bgp,
   return CMD_SUCCESS;
 }
 
-int
+static int
 bgp_config_write_debug (struct vty *vty)
 {
   int write = 0;
@@ -706,7 +706,7 @@ struct cmd_node debug_node =
 };
 
 void
-bgp_debug_init ()
+bgp_debug_init (void)
 {
   install_node (&debug_node, bgp_config_write_debug);