diff options
Diffstat (limited to 'nhrpd/nhrpd.h')
| -rw-r--r-- | nhrpd/nhrpd.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 3071371969..2ab40a4d39 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -303,6 +303,8 @@ struct nhrp_interface {  	} afi[AFI_MAX];  }; +extern struct zebra_privs_t nhrpd_privs; +  int sock_open_unix(const char *path);  void nhrp_interface_init(void);  | 
