]> git.proxmox.com Git - mirror_frr.git/blame_incremental - babeld/babel_zebra.h
Merge pull request #12760 from opensourcerouting/fix/switch_to_pr_for_commitlint
[mirror_frr.git] / babeld / babel_zebra.h
... / ...
CommitLineData
1// SPDX-License-Identifier: MIT
2/*
3Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
4*/
5
6#ifndef BABEL_ZEBRA_H
7#define BABEL_ZEBRA_H
8
9#include "vty.h"
10
11extern struct zclient *zclient;
12
13void babelz_zebra_init(void);
14void babel_zebra_close_connexion(void);
15extern int debug_babel_config_write (struct vty *);
16
17#endif