summaryrefslogtreecommitdiffstats
path: root/babeld/babel_zebra.h
blob: 7f960d3961d69b51553e9da5255696068842a070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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