]> git.proxmox.com Git - mirror_frr.git/commitdiff
eigrpd: Make struct zebra_privs_t available
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Oct 2017 13:29:39 +0000 (09:29 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 23 Oct 2017 22:09:23 +0000 (18:09 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_network.c
eigrpd/eigrpd.h

index 56327f12051fdfb9d4f0318107084856016e7951..21413bf4460c45d3715c8a42125a3f96d03c4323 100644 (file)
@@ -38,8 +38,6 @@
 #include "table.h"
 #include "vty.h"
 
-extern struct zebra_privs_t eigrpd_privs;
-
 #include "eigrpd/eigrp_structs.h"
 #include "eigrpd/eigrpd.h"
 #include "eigrpd/eigrp_interface.h"
index 5ec6c8e1f75256f3a4f40db13b52834c1ab7c770..de7c881ac01556f5ff71487987397aa57aef2989 100644 (file)
@@ -41,6 +41,7 @@
 extern struct zclient *zclient;
 extern struct thread_master *master;
 extern struct eigrp_master *eigrp_om;
+extern struct zebra_privs_t eigrpd_privs;
 
 /* Prototypes */
 extern void eigrp_master_init(void);