]> git.proxmox.com Git - mirror_frr.git/blob - eigrpd/eigrp_vty.h
*: auto-convert to SPDX License IDs
[mirror_frr.git] / eigrpd / eigrp_vty.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * EIGRP VTY Interface.
4 * Copyright (C) 2013-2016
5 * Authors:
6 * Donnie Savage
7 * Jan Janovic
8 * Matej Perina
9 * Peter Orsag
10 * Peter Paluch
11 * Frantisek Gazo
12 * Tomas Hvorkovy
13 * Martin Kontsek
14 * Lukas Koribsky
15 */
16
17 #ifndef _QUAGGA_EIGRP_VTY_H
18 #define _QUAGGA_EIGRP_VTY_H
19
20 /* Prototypes. */
21 extern void eigrp_vty_init(void);
22 extern void eigrp_vty_show_init(void);
23
24 #endif /* _Quagga_EIGRP_VTY_H_ */