Get rid of AUTH completely and replace all uses with 'struct AUTH'
[deb_libnfs.git] / lib / libnfs.c
index 5754bfbc6489ad097050f204531e96e663a70a7a..c7c9f48285a9f64ade49f9fdd0997d7c16f810ad 100644 (file)
@@ -113,7 +113,7 @@ struct nfs_mcb_data {
 static int nfs_lookup_path_async_internal(struct nfs_context *nfs, struct nfs_cb_data *data, struct nfs_fh3 *fh);
 
 
-void nfs_set_auth(struct nfs_context *nfs, AUTH *auth)
+void nfs_set_auth(struct nfs_context *nfs, struct AUTH *auth)
 {
        rpc_set_auth(nfs->rpc, auth);
 }