summaryrefslogtreecommitdiff
path: root/babeld/babel_zebra.h
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/babel_zebra.h')
-rw-r--r--babeld/babel_zebra.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/babeld/babel_zebra.h b/babeld/babel_zebra.h
index 1b623f01..99601aa7 100644
--- a/babeld/babel_zebra.h
+++ b/babeld/babel_zebra.h
@@ -36,8 +36,15 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
+#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