summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_debug.c
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2008-08-15 14:45:30 +0200
committerPaul Jakma <paul@quagga.net>2008-08-22 20:52:58 +0200
commit6ac29a51075def99217a4ab1015635db3b3e83ed (patch)
tree1152b55eb3a2099c67a0ba8e62d7e41f07e00135 /ripngd/ripng_debug.c
parent[lib] mes_lookup string lookup table argument should be marked const (diff)
downloadfrr-6ac29a51075def99217a4ab1015635db3b3e83ed.tar.xz
frr-6ac29a51075def99217a4ab1015635db3b3e83ed.zip
[trivia] finish off static'ification of ospf6d and ripngd
2008-08-15 Paul Jakma <paul.jakma@sun.com> * {ospf6d,ripngd}/*: Finish job of marking functions as static, or exporting declarations for them, to quell warning noise with Quagga's GCC default high-level of warning flags. Thus allowing remaining, more useful warnings to be more easily seen.
Diffstat (limited to 'ripngd/ripng_debug.c')
-rw-r--r--ripngd/ripng_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c
index 7841fe214..4ed4fa36e 100644
--- a/ripngd/ripng_debug.c
+++ b/ripngd/ripng_debug.c
@@ -211,7 +211,7 @@ struct cmd_node debug_node =
1 /* VTYSH */
};
-int
+static int
config_write_debug (struct vty *vty)
{
int write = 0;