X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfsrpc.h;h=6ebefcac530ba1b55ea2a3d192d96e889b15d2e7;hp=4db35abf8d1a1df32c81db758c7cfc7b5f43968f;hb=5f722d8855ebcb2d041e182c8c69c8cbee4bf408;hpb=f0d3a4bedccca7cce48296757bc1c8bd59b80828 diff --git a/support/include/nfsrpc.h b/support/include/nfsrpc.h index 4db35ab..6ebefca 100644 --- a/support/include/nfsrpc.h +++ b/support/include/nfsrpc.h @@ -160,4 +160,7 @@ extern int nfs_rpc_ping(const struct sockaddr *sap, const unsigned short protocol, const struct timeval *timeout); +/* create AUTH_SYS handle with no supplemental groups */ +extern AUTH * nfs_authsys_create(void); + #endif /* !__NFS_UTILS_NFSRPC_H */