Donr declate AUTH as a struct in libnfs.h

make it include rpc/auth.h properly instead
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2011-09-19 20:23:45 +10:00
parent 46a8a235e8
commit 762621fa3d
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@
* This is the highlevel interface to access NFS resources using a posix-like interface
*/
#include <stdint.h>
#include <rpc/auth.h>
struct nfs_context;
struct rpc_context;
@ -62,7 +63,6 @@ EXTERN int nfs_queue_length(struct nfs_context *nfs);
/*
* Used if you need different credentials than the default for the current user.
*/
struct AUTH;
EXTERN void nfs_set_auth(struct nfs_context *nfs, struct AUTH *auth);