summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_cli.h
blob: 01931a47ab6b748c2ed12cb19b18e167f8f06572 (plain)
1
2
3
4
5
6
7
8
9
10
// 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