summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrpd.h
diff options
context:
space:
mode:
authorDonnie Savage <diivious@hotmail.com>2020-12-11 21:27:17 +0100
committerDonald Sharp <sharpd@nvidia.com>2021-01-12 13:43:32 +0100
commitfb532db3f024dac96a588ca6f8a210b4c4e23f7a (patch)
treea973e7e47998264e878baadfac9f4b1f1328e350 /eigrpd/eigrpd.h
parenteigrpd: Create eigrp_cli.h and move forward declarations (diff)
downloadfrr-fb532db3f024dac96a588ca6f8a210b4c4e23f7a.tar.xz
frr-fb532db3f024dac96a588ca6f8a210b4c4e23f7a.zip
eigrpd: Create eigrp_yang.h and move stuff around
Move the prototypes for eigrp_yang that are in eigrpd.h into eigrp_yang.h. Signed-off-by: Donald Sharp <sharpd@nvidia.com> Signed-off-by: Donnie Savage <diivious@hotmail.com>
Diffstat (limited to 'eigrpd/eigrpd.h')
-rw-r--r--eigrpd/eigrpd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/eigrpd/eigrpd.h b/eigrpd/eigrpd.h
index 1eb2203d6..01173768b 100644
--- a/eigrpd/eigrpd.h
+++ b/eigrpd/eigrpd.h
@@ -76,7 +76,4 @@ extern struct eigrp *eigrp_get(uint16_t as, vrf_id_t vrf_id);
extern struct eigrp *eigrp_lookup(vrf_id_t vrf_id);
extern void eigrp_router_id_update(struct eigrp *eigrp);
-/* eigrp_northbound.c */
-extern const struct frr_yang_module_info frr_eigrpd_info;
-
#endif /* _ZEBRA_EIGRPD_H */