Imported Upstream version 1.9.5
[deb_libnfs.git] / rquota / libnfs-raw-rquota.h
index ed5fcb9c9712f5ea10292032d4a0a478df3297f7..27ea104ad8637f1df9327f83ee79a45cc1cddbef 100644 (file)
@@ -35,7 +35,7 @@ either expressed or implied, of the FreeBSD Project.
 #ifndef _RQUOTA_H_RPCGEN
 #define _RQUOTA_H_RPCGEN
 
-
+#include <nfsc/libnfs-zdr.h>
 
 
 #ifdef __cplusplus
@@ -99,15 +99,15 @@ typedef struct GETQUOTA1res GETQUOTA1res;
 
 #if defined(__STDC__) || defined(__cplusplus)
 #define RQUOTA1_NULL 0
-extern  void * rquota1_null_1(void *, CLIENT *);
+extern  void * rquota1_null_1(void *, void *);
 extern  void * rquota1_null_1_svc(void *, struct svc_req *);
 #define RQUOTA1_GETQUOTA 1
-extern  GETQUOTA1res * rquota1_getquota_1(GETQUOTA1args *, CLIENT *);
+extern  GETQUOTA1res * rquota1_getquota_1(GETQUOTA1args *, void *);
 extern  GETQUOTA1res * rquota1_getquota_1_svc(GETQUOTA1args *, struct svc_req *);
 #define RQUOTA1_GETACTIVEQUOTA 2
-extern  GETQUOTA1res * rquota1_getactivequota_1(GETQUOTA1args *, CLIENT *);
+extern  GETQUOTA1res * rquota1_getactivequota_1(GETQUOTA1args *, void *);
 extern  GETQUOTA1res * rquota1_getactivequota_1_svc(GETQUOTA1args *, struct svc_req *);
-extern int rquota_program_1_freeresult (SVCXPRT *, zdrproc_t, caddr_t);
+extern int rquota_program_1_freeresult (void *, zdrproc_t, caddr_t);
 
 #else /* K&R C */
 #define RQUOTA1_NULL 0
@@ -125,15 +125,15 @@ extern int rquota_program_1_freeresult ();
 
 #if defined(__STDC__) || defined(__cplusplus)
 #define RQUOTA2_NULL 0
-extern  void * rquota2_null_2(void *, CLIENT *);
+extern  void * rquota2_null_2(void *, void *);
 extern  void * rquota2_null_2_svc(void *, struct svc_req *);
 #define RQUOTA2_GETQUOTA 1
-extern  GETQUOTA1res * rquota2_getquota_2(GETQUOTA2args *, CLIENT *);
+extern  GETQUOTA1res * rquota2_getquota_2(GETQUOTA2args *, void *);
 extern  GETQUOTA1res * rquota2_getquota_2_svc(GETQUOTA2args *, struct svc_req *);
 #define RQUOTA2_GETACTIVEQUOTA 2
-extern  GETQUOTA1res * rquota2_getactivequota_2(GETQUOTA2args *, CLIENT *);
+extern  GETQUOTA1res * rquota2_getactivequota_2(GETQUOTA2args *, void *);
 extern  GETQUOTA1res * rquota2_getactivequota_2_svc(GETQUOTA2args *, struct svc_req *);
-extern int rquota_program_2_freeresult (SVCXPRT *, zdrproc_t, caddr_t);
+extern int rquota_program_2_freeresult (void *, zdrproc_t, caddr_t);
 
 #else /* K&R C */
 #define RQUOTA2_NULL 0
@@ -151,22 +151,22 @@ extern int rquota_program_2_freeresult ();
 /* the zdr functions */
 
 #if defined(__STDC__) || defined(__cplusplus)
-extern  bool_t zdr_rquotastat (ZDR *, rquotastat*);
-extern  bool_t zdr_exportpath (ZDR *, exportpath*);
-extern  bool_t zdr_GETQUOTA1args (ZDR *, GETQUOTA1args*);
-extern  bool_t zdr_quotatype (ZDR *, quotatype*);
-extern  bool_t zdr_GETQUOTA2args (ZDR *, GETQUOTA2args*);
-extern  bool_t zdr_GETQUOTA1res_ok (ZDR *, GETQUOTA1res_ok*);
-extern  bool_t zdr_GETQUOTA1res (ZDR *, GETQUOTA1res*);
+extern  uint32_t zdr_rquotastat (ZDR *, rquotastat*);
+extern  uint32_t zdr_exportpath (ZDR *, exportpath*);
+extern  uint32_t zdr_GETQUOTA1args (ZDR *, GETQUOTA1args*);
+extern  uint32_t zdr_quotatype (ZDR *, quotatype*);
+extern  uint32_t zdr_GETQUOTA2args (ZDR *, GETQUOTA2args*);
+extern  uint32_t zdr_GETQUOTA1res_ok (ZDR *, GETQUOTA1res_ok*);
+extern  uint32_t zdr_GETQUOTA1res (ZDR *, GETQUOTA1res*);
 
 #else /* K&R C */
-extern bool_t zdr_rquotastat ();
-extern bool_t zdr_exportpath ();
-extern bool_t zdr_GETQUOTA1args ();
-extern bool_t zdr_quotatype ();
-extern bool_t zdr_GETQUOTA2args ();
-extern bool_t zdr_GETQUOTA1res_ok ();
-extern bool_t zdr_GETQUOTA1res ();
+extern uint32_t zdr_rquotastat ();
+extern uint32_t zdr_exportpath ();
+extern uint32_t zdr_GETQUOTA1args ();
+extern uint32_t zdr_quotatype ();
+extern uint32_t zdr_GETQUOTA2args ();
+extern uint32_t zdr_GETQUOTA1res_ok ();
+extern uint32_t zdr_GETQUOTA1res ();
 
 #endif /* K&R C */