summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsa.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 11:18:32 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 11:18:32 -0700
commit6a57c45bef829c637fe0dcb2f23bb88a2241f35a (patch)
treea8ee8c8833db74fddb92bab1f0791243a602c901 /ospf6d/ospf6_lsa.c
parent2fa1fd76a2d270c0a4a96c8dd382a901e7ec81c5 (diff)
downloadquagga-6a57c45bef829c637fe0dcb2f23bb88a2241f35a.tar.bz2
quagga-6a57c45bef829c637fe0dcb2f23bb88a2241f35a.tar.xz
Add show ospf6 debuggging
Implement new ospf6 debugging command Bug 4188
Diffstat (limited to 'ospf6d/ospf6_lsa.c')
-rw-r--r--ospf6d/ospf6_lsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c
index e8290b63..3111b631 100644
--- a/ospf6d/ospf6_lsa.c
+++ b/ospf6d/ospf6_lsa.c
@@ -708,8 +708,8 @@ ospf6_lsa_init (void)
}
-static char *
-ospf6_lsa_handler_name (struct ospf6_lsa_handler *h)
+const char *
+ospf6_lsa_handler_name (const struct ospf6_lsa_handler *h)
{
static char buf[64];
unsigned int i;