diff options
Diffstat (limited to 'lib/plist.h')
| -rw-r--r-- | lib/plist.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plist.h b/lib/plist.h index 7933b8a921..8a4fa8d3ce 100644 --- a/lib/plist.h +++ b/lib/plist.h @@ -72,6 +72,7 @@ extern struct stream *prefix_bgp_orf_entry(struct stream *,  					   uint8_t, uint8_t);  extern int prefix_bgp_orf_set(char *, afi_t, struct orf_prefix *, int, int);  extern void prefix_bgp_orf_remove_all(afi_t, char *); -extern int prefix_bgp_show_prefix_list(struct vty *, afi_t, char *, bool); +extern int prefix_bgp_show_prefix_list(struct vty *vty, afi_t afi, char *name, +				       bool use_json);  #endif /* _QUAGGA_PLIST_H */  | 
