diff options
Diffstat (limited to 'eigrpd/eigrp_dump.h')
| -rw-r--r-- | eigrpd/eigrp_dump.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/eigrpd/eigrp_dump.h b/eigrpd/eigrp_dump.h index 348356bb3c..0d512fc63f 100644 --- a/eigrpd/eigrp_dump.h +++ b/eigrpd/eigrp_dump.h @@ -151,11 +151,11 @@ extern void show_ip_eigrp_interface_sub(struct vty *, struct eigrp *,  					struct eigrp_interface *);  extern void show_ip_eigrp_neighbor_sub(struct vty *, struct eigrp_neighbor *,  				       int); -extern void show_ip_eigrp_prefix_entry(struct vty *, -				       struct eigrp_prefix_entry *); -extern void show_ip_eigrp_nexthop_entry(struct vty *vty, struct eigrp *eigrp, -					struct eigrp_nexthop_entry *ne, -					bool *first); +extern void show_ip_eigrp_prefix_descriptor(struct vty *vty, +					    struct eigrp_prefix_descriptor *tn); +extern void show_ip_eigrp_route_descriptor(struct vty *vty, struct eigrp *eigrp, +					   struct eigrp_route_descriptor *ne, +					   bool *first);  extern void eigrp_debug_init(void);  | 
