libnfs.c: always pass the attributes to the callback for recursive lookups
[deb_libnfs.git] / nlm / libnfs-raw-nlm.h
index b50e93406d6be1334e831eb1c3a7ac26ffd7ae79..6437aa4ddbbacde76f7606c466d867cce9c187d7 100644 (file)
@@ -6,13 +6,20 @@
 #ifndef _NLM_H_RPCGEN
 #define _NLM_H_RPCGEN
 
-
-
+#include <nfsc/libnfs-zdr.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+#if defined(ANDROID)
+typedef long long int quad_t;
+typedef long long unsigned u_quad_t;
+#endif
+#if defined(WIN32)
+typedef long long int quad_t;
+typedef long long unsigned u_quad_t;
+#endif
 
 struct nlm_fh4 {
        struct {