Get rid of AUTH completely and replace all uses with 'struct AUTH'
[deb_libnfs.git] / include / libnfs.h
index 3d296316aa7eda24810c6a1d2723fb699a983d92..ab2b583dea940a5e12b46ab14840c2bd9b040c9b 100644 (file)
@@ -62,7 +62,8 @@ EXTERN int nfs_queue_length(struct nfs_context *nfs);
 /*
  * Used if you need different credentials than the default for the current user.
  */
-EXTERN void nfs_set_auth(struct nfs_context *nfs, AUTH *auth);
+struct AUTH;
+EXTERN void nfs_set_auth(struct nfs_context *nfs, struct AUTH *auth);
 
 
 /*