summaryrefslogtreecommitdiffstats
path: root/babeld/babel_zebra.h
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/babel_zebra.h')
-rw-r--r--babeld/babel_zebra.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/babeld/babel_zebra.h b/babeld/babel_zebra.h
new file mode 100644
index 0000000..7f960d3
--- /dev/null
+++ b/babeld/babel_zebra.h
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: MIT
+/*
+Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
+*/
+
+#ifndef BABEL_ZEBRA_H
+#define BABEL_ZEBRA_H
+
+#include "vty.h"
+
+extern struct zclient *zclient;
+
+void babelz_zebra_init(void);
+void babel_zebra_close_connexion(void);
+extern int debug_babel_config_write (struct vty *);
+
+#endif