summaryrefslogtreecommitdiff
path: root/nhrpd/nhrpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r--nhrpd/nhrpd.h2
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);