Get rid of AUTH completely and replace all uses with 'struct AUTH'
[deb_libnfs.git] / lib / init.c
index 6bbc11b09f8395f3a8da9ef45f67ba34ef43d8f9..936cc8b217884b95eea1587756cde3025bd4ac0a 100644 (file)
@@ -76,7 +76,7 @@ struct rpc_context *rpc_init_udp_context(void)
        return rpc;
 }
 
-void rpc_set_auth(struct rpc_context *rpc, AUTH *auth)
+void rpc_set_auth(struct rpc_context *rpc, struct AUTH *auth)
 {
        if (rpc->auth != NULL) {
                auth_destroy(rpc->auth);