X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.h;h=c2d5956ec3329147d0d9ec8274da6ba9b650ad82;hp=fd6a0846ed1bcf0b4fe55d146aa1ca6ac5ac9517;hb=d6ea66438d89c7708a10e464013491655f5361b0;hpb=cbd3a131e5c02bbd7b92a72b3ac467d71cfee1c4 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);