summaryrefslogtreecommitdiffstats
path: root/utils/statd/statd.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statd/statd.h')
-rw-r--r--utils/statd/statd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/statd/statd.h b/utils/statd/statd.h
index c2d5956..e89e666 100644
--- a/utils/statd/statd.h
+++ b/utils/statd/statd.h
@@ -25,6 +25,8 @@
extern _Bool statd_matchhostname(const char *hostname1, const char *hostname2);
extern _Bool statd_present_address(const struct sockaddr *sap, char *buf,
const size_t buflen);
+__attribute_malloc__
+extern char * statd_canonical_name(const char *hostname);
extern void my_svc_run(void);
extern void notify_hosts(void);