From 762621fa3d8e867d4f206c33898a2a97d513ff89 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 19 Sep 2011 20:23:45 +1000 Subject: [PATCH] Donr declate AUTH as a struct in libnfs.h make it include rpc/auth.h properly instead --- include/libnfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1