summaryrefslogtreecommitdiff
path: root/lib/plist.h
diff options
context:
space:
mode:
authorDon Slice <dslice@cumulusnetworks.com>2018-08-30 15:54:46 +0000
committerDon Slice <dslice@cumulusnetworks.com>2018-08-30 15:54:46 +0000
commit94d4c685c5967087cea5959dd7c238bc7b9134fa (patch)
tree44adb54c4fd48af5aba6fc493c3fe1f9b619adbb /lib/plist.h
parent9f049418bc2fe2500a4c7dbba11d1eefa9c1408c (diff)
bgpd/ospfd: resolve warnings for bgp/ospf json commit
Signed-off-by: Don Slice <dslice@cumulusnetwork.com>
Diffstat (limited to 'lib/plist.h')
-rw-r--r--lib/plist.h3
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 */