X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=ab2b583dea940a5e12b46ab14840c2bd9b040c9b;hb=67ba2239cbbe37413a1eb0a649d780a2a63a3133;hp=3d296316aa7eda24810c6a1d2723fb699a983d92;hpb=9c29b498f4ad14318ce8b83e5d622be1463fa1eb;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index 3d29631..ab2b583 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -62,7 +62,8 @@ EXTERN int nfs_queue_length(struct nfs_context *nfs); /* * Used if you need different credentials than the default for the current user. */ -EXTERN void nfs_set_auth(struct nfs_context *nfs, AUTH *auth); +struct AUTH; +EXTERN void nfs_set_auth(struct nfs_context *nfs, struct AUTH *auth); /*