From: Ronnie Sahlberg Date: Mon, 19 Sep 2011 10:23:45 +0000 (+1000) Subject: Donr declate AUTH as a struct in libnfs.h X-Git-Tag: upstream/1.9.6^2~295 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=762621fa3d8e867d4f206c33898a2a97d513ff89;p=deb_libnfs.git Donr declate AUTH as a struct in libnfs.h make it include rpc/auth.h properly instead --- diff --git a/include/libnfs.h b/include/libnfs.h index 3ff49d7..d3c7a9a 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -18,6 +18,7 @@ * This is the highlevel interface to access NFS resources using a posix-like interface */ #include +#include 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);