Get rid of AUTH completely and replace all uses with 'struct AUTH'
[deb_libnfs.git] / include / libnfs-private.h
index c12d95909ab39a53dbaf293082f7e44fc48a61ba..f0f8e195da57dc401e1720d00afa28795314b01e 100644 (file)
@@ -33,7 +33,7 @@ struct rpc_context {
        rpc_cb connect_cb;
        void *connect_data;
 
-       AUTH *auth;
+       struct AUTH *auth;
        unsigned long xid;
 
        /* buffer used for encoding RPC PDU */