diff options
Diffstat (limited to 'ospf6d/ospf6_lsdb.h')
| -rw-r--r-- | ospf6d/ospf6_lsdb.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h index 457e3dc4e4..7a62c46b02 100644 --- a/ospf6d/ospf6_lsdb.h +++ b/ospf6d/ospf6_lsdb.h @@ -92,7 +92,8 @@ enum ospf_lsdb_show_level {  extern void ospf6_lsdb_show(struct vty *vty, enum ospf_lsdb_show_level level,  			    uint16_t *type, uint32_t *id, uint32_t *adv_router, -			    struct ospf6_lsdb *lsdb); +			    struct ospf6_lsdb *lsdb, json_object *json, +			    bool use_json);  extern uint32_t ospf6_new_ls_id(uint16_t type, uint32_t adv_router,  				struct ospf6_lsdb *lsdb);  | 
