diff options
Diffstat (limited to 'lib/filter.h')
| -rw-r--r-- | lib/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filter.h b/lib/filter.h index d5a7e7d5e2..c7108b26ba 100644 --- a/lib/filter.h +++ b/lib/filter.h @@ -239,6 +239,7 @@ extern void access_list_show(struct vty *vty, struct lyd_node *dnode, bool show_defaults); extern void access_list_remark_show(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern int prefix_list_cmp(struct lyd_node *dnode1, struct lyd_node *dnode2); extern void prefix_list_show(struct vty *vty, struct lyd_node *dnode, bool show_defaults); extern void prefix_list_remark_show(struct vty *vty, struct lyd_node *dnode, |
