summaryrefslogtreecommitdiff
path: root/ospfd/ospf_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_vty.h')
-rw-r--r--ospfd/ospf_vty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ospf_vty.h b/ospfd/ospf_vty.h
index 79aabe7b4e..bf9c971710 100644
--- a/ospfd/ospf_vty.h
+++ b/ospfd/ospf_vty.h
@@ -54,4 +54,8 @@ extern void ospf_vty_show_init(void);
extern void ospf_vty_clear_init(void);
extern int str2area_id(const char *, struct in_addr *, int *);
+/* unit tests */
+void show_ip_ospf_database_summary(struct vty *vty, struct ospf *ospf, int self,
+ json_object *json);
+
#endif /* _QUAGGA_OSPF_VTY_H */