X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-raw.h;h=b2275062f765f972f227b5c373dc4accb3ac4078;hb=67ba2239cbbe37413a1eb0a649d780a2a63a3133;hp=238025d5ffeb330f9c42b0204e958644f678b63e;hpb=9c29b498f4ad14318ce8b83e5d622be1463fa1eb;p=deb_libnfs.git diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index 238025d..b227506 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -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);