X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmountd%2Fmountd.h;fp=utils%2Fmountd%2Fmountd.h;h=c969a27ca18e48c23625701f749a716e5a4e4d90;hb=236025253c6ec534cd816390464435ec18c499f7;hp=4c184d20d6c7422920879059414c2c24321a7075;hpb=005c49a063544b4005b5b7c3c28ed48c197f66ac;p=nfs-utils.git diff --git a/utils/mountd/mountd.h b/utils/mountd/mountd.h index 4c184d2..c969a27 100644 --- a/utils/mountd/mountd.h +++ b/utils/mountd/mountd.h @@ -56,4 +56,8 @@ struct nfs_fh_len * cache_get_filehandle(nfs_export *exp, int len, char *p); int cache_export(nfs_export *exp, char *path); +bool ipaddr_client_matches(nfs_export *exp, struct addrinfo *ai); +bool namelist_client_matches(nfs_export *exp, char *dom); +bool client_matches(nfs_export *exp, char *dom, struct addrinfo *ai); + #endif /* MOUNTD_H */