eigrpd: Make struct zebra_privs_t available

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-10-11 09:29:39 -04:00
parent 26efbc7b99
commit f77519c867
2 changed files with 1 additions and 2 deletions

View 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"

View 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);