summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
46a8a23)
make it include rpc/auth.h properly instead
* This is the highlevel interface to access NFS resources using a posix-like interface
*/
#include <stdint.h>
* This is the highlevel interface to access NFS resources using a posix-like interface
*/
#include <stdint.h>
struct nfs_context;
struct rpc_context;
struct nfs_context;
struct rpc_context;
/*
* Used if you need different credentials than the default for the current user.
*/
/*
* Used if you need different credentials than the default for the current user.
*/
EXTERN void nfs_set_auth(struct nfs_context *nfs, struct AUTH *auth);
EXTERN void nfs_set_auth(struct nfs_context *nfs, struct AUTH *auth);