diff options
Diffstat (limited to 'utils/statd/statd.h')
-rw-r--r-- | utils/statd/statd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/statd/statd.h b/utils/statd/statd.h index fd6a084..c2d5956 100644 --- a/utils/statd/statd.h +++ b/utils/statd/statd.h @@ -23,6 +23,8 @@ * Function prototypes. */ 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); extern void my_svc_run(void); extern void notify_hosts(void); |