summaryrefslogtreecommitdiff
path: root/babeld/babel_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/babel_interface.h')
-rw-r--r--babeld/babel_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/babeld/babel_interface.h b/babeld/babel_interface.h
index 579dc043..1761e3d9 100644
--- a/babeld/babel_interface.h
+++ b/babeld/babel_interface.h
@@ -41,6 +41,7 @@ THE SOFTWARE.
#include <zebra.h>
#include "zclient.h"
+#include "vty.h"
#define CONFIG_DEFAULT 0
#define CONFIG_NO 1
@@ -147,6 +148,7 @@ unsigned update_jitter(babel_interface_nfo *babel_ifp, int urgent);
int is_interface_ll_address(struct interface *ifp, const unsigned char *address);
/* Send retraction to all, and reset all interfaces statistics. */
void babel_interface_close_all(void);
+extern int babel_enable_if_config_write (struct vty *);
#endif