diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-11 10:13:59 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-23 18:09:23 -0400 | 
| commit | 101dc9bc6c6e68d1e88e447e2252ccb2d86f7326 (patch) | |
| tree | 6e132ef69096979187035d59318723e24a977d39 /ospf6d/ospf6d.h | |
| parent | e5c25022921aae85edd58dfc342e92af389d2fad (diff) | |
ospf6d: Make 'struct zebra_privs_t' available
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6d.h')
| -rw-r--r-- | ospf6d/ospf6d.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 77a40eac63..f95381084d 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -94,6 +94,7 @@ extern struct thread_master *master;  		return CMD_SUCCESS;                                            \  	} +extern struct zebra_privs_t ospf6d_privs;  /* Function Prototypes */  extern struct route_node *route_prev(struct route_node *node);  | 
