X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=75613d701bf67b034c563d0c1f7cce0ecc310e74;hb=717cc58e61cd43db43353027c383883cadde8251;hp=8621676d3d8ef8e93b10bca70fd4295ecab34112;hpb=183451cff566ac49ab872821e458e57b90e72710;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index 8621676..75613d7 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -18,8 +18,9 @@ * This is the highlevel interface to access NFS resources using a posix-like interface */ #include -#include -#include +#if defined(ANDROID) +#include +#endif struct nfs_context; struct rpc_context; @@ -64,7 +65,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); /*