summaryrefslogtreecommitdiff
path: root/isisd/isis_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_cli.h')
-rw-r--r--isisd/isis_cli.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/isisd/isis_cli.h b/isisd/isis_cli.h
index 952bd9d744..e986087595 100644
--- a/isisd/isis_cli.h
+++ b/isisd/isis_cli.h
@@ -21,5 +21,11 @@
#define ISISD_ISIS_CLI_H_
/* add cli_show declarations here as externs */
+void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode,
+ bool show_defaults);
+void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode,
+ bool show_defaults);
+void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode,
+ bool show_defaults);
#endif /* ISISD_ISIS_CLI_H_ */