Get rid of AUTH completely and replace all uses with 'struct AUTH'
[deb_libnfs.git] / include / libnfs-raw.h
index 238025d5ffeb330f9c42b0204e958644f678b63e..b2275062f765f972f227b5c373dc4accb3ac4078 100644 (file)
@@ -30,7 +30,7 @@ struct rpc_context;
 struct rpc_context *rpc_init_context(void);
 void rpc_destroy_context(struct rpc_context *rpc);
 
-void rpc_set_auth(struct rpc_context *rpc, AUTH *auth);
+void rpc_set_auth(struct rpc_context *rpc, struct AUTH *auth);
 
 int rpc_get_fd(struct rpc_context *rpc);
 int rpc_which_events(struct rpc_context *rpc);