summaryrefslogtreecommitdiffstats
path: root/support/include/nsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/nsm.h')
-rw-r--r--support/include/nsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/include/nsm.h b/support/include/nsm.h
index 7554493..28314d1 100644
--- a/support/include/nsm.h
+++ b/support/include/nsm.h
@@ -60,5 +60,7 @@ extern _Bool nsm_insert_monitored_host(const char *hostname,
const struct sockaddr *sap, const struct mon *m);
extern void nsm_delete_monitored_host(const char *hostname);
extern void nsm_delete_notified_host(const char *hostname);
+extern size_t nsm_priv_to_hex(const char *priv, char *buf,
+ const size_t buflen);
#endif /* !NFS_UTILS_SUPPORT_NSM_H */