]> git.proxmox.com Git - mirror_frr.git/blame - eigrpd/eigrp_yang.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / eigrpd / eigrp_yang.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
fb532db3
DS
2/*
3 * EIGRP YANG Functions.
4 * Copyright (C) 2019
5 * Authors:
6 * Donnie Savage
fb532db3
DS
7 */
8
9#ifndef _EIGRP_YANG_H_
10#define _EIGRP_YANG_H_
11
12/*Prototypes*/
13
14/* eigrp_northbound.c */
15extern const struct frr_yang_module_info frr_eigrpd_info;
16
17#endif /*EIGRP_YANG_H_ */