diff options
Diffstat (limited to 'ripd/ripd.h')
| -rw-r--r-- | ripd/ripd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h index 895a48c3db..ae34ed3f48 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -427,6 +427,8 @@ extern struct rip_info *rip_ecmp_delete(struct rip_info *); /* There is only one rip strucutre. */ extern struct rip *rip; +extern struct zebra_privs_t ripd_privs; + /* Master thread strucutre. */ extern struct thread_master *master; |
