mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-05 13:57:52 +00:00
11 lines
188 B
C
11 lines
188 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#ifndef _ZEBRA_CLI_H
|
|
#define _ZEBRA_CLI_H 1
|
|
|
|
extern const struct frr_yang_module_info frr_zebra_cli_info;
|
|
|
|
void zebra_cli_init(void);
|
|
|
|
#endif
|