summaryrefslogtreecommitdiff
path: root/zebra/zebra_cli.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-24 23:04:23 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 23:28:40 +0200
commit390081329874c4fd8b4a15ffa2a090275b5fc8ac (patch)
tree632835cad70bf321e2f0d2acaf9d59c11a3925fe /zebra/zebra_cli.h
parent42d6b864cdce2e4477a14eae639bc22aa9fc1118 (diff)
zebra: convert to mgmtd
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_cli.h')
-rw-r--r--zebra/zebra_cli.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/zebra/zebra_cli.h b/zebra/zebra_cli.h
new file mode 100644
index 0000000000..01931a47ab
--- /dev/null
+++ b/zebra/zebra_cli.h
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#ifndef _ZEBRA_CLI_H
+#define _ZEBRA_CLI_H 1
+
+extern const struct frr_yang_module_info frr_zebra_cli_info;
+
+void zebra_cli_init(void);
+
+#endif