diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-30 01:27:05 +0000 | 
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-30 01:27:05 +0000 | 
| commit | 1d68dbfe66479d81a570d8d4aa2d0f0d7ba57184 (patch) | |
| tree | 86e24c95b6a508cdf97bdabac318d4e5e017418e /ospf6d/ospf6_route.h | |
| parent | 58749582a9a2c5930d907d88a3ad0d0c5c24f627 (diff) | |
ospf6d: scrubbed some argc CHECK MEs
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_route.h')
| -rw-r--r-- | ospf6d/ospf6_route.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index 8c5ca4eb27..ad429d86cd 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -328,7 +328,7 @@ 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, struct cmd_token **, +extern int ospf6_route_table_show (struct vty *, int, int, struct cmd_token **,                                     struct ospf6_route_table *);  extern int ospf6_linkstate_table_show (struct vty *vty, int argc,                                         struct cmd_token **argv,  | 
