Sync API: Once the sync nfs_mount() functions is finished we have to clear rpc->conne...
[deb_libnfs.git] / lib / libnfs.c
index 2f7ce09004f069629eb88f46e37fd7295b1d5b67..a4b4a62d4f79576aca7b994ac4d25abec93a5be6 100644 (file)
@@ -111,7 +111,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, struct AUTH *auth)
+void nfs_set_auth(struct nfs_context *nfs, AUTH *auth)
 {
        rpc_set_auth(nfs->rpc, auth);
 }