summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.h
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2016-09-23 00:45:56 +0000
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-09-23 00:45:56 +0000
commitcc9de1ba25b0dddc815909fd9fa2a21f184f4a51 (patch)
tree5924d64e117f498ad2ee13c076088cf8f45aae1a /ospf6d/ospf6_route.h
parent91ac1d43adb63876fdfa123d82d7481a03706277 (diff)
ospf6d: argv update
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r--ospf6d/ospf6_route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h
index 610b0970b0..8c5ca4eb27 100644
--- a/ospf6d/ospf6_route.h
+++ b/ospf6d/ospf6_route.h
@@ -328,10 +328,10 @@ extern void ospf6_route_dump (struct ospf6_route_table *table);
extern void ospf6_route_show (struct vty *vty, struct ospf6_route *route);
extern void ospf6_route_show_detail (struct vty *vty, struct ospf6_route *route);
-extern int ospf6_route_table_show (struct vty *, int, const char *[],
+extern int ospf6_route_table_show (struct vty *, int, struct cmd_token **,
struct ospf6_route_table *);
extern int ospf6_linkstate_table_show (struct vty *vty, int argc,
- const char *argv[],
+ struct cmd_token **argv,
struct ospf6_route_table *table);
extern void ospf6_brouter_show_header (struct vty *vty);