X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=rquota%2Flibnfs-raw-rquota.h;h=8161b9c0bafbade69077e99212d15d54223a946e;hp=ed5fcb9c9712f5ea10292032d4a0a478df3297f7;hb=ef1f869943d9d6a19d4b2c21059fc9c0b2632a09;hpb=3c769bb1bd1fd46b1c73283cd333020ad075619b diff --git a/rquota/libnfs-raw-rquota.h b/rquota/libnfs-raw-rquota.h index ed5fcb9..8161b9c 100644 --- a/rquota/libnfs-raw-rquota.h +++ b/rquota/libnfs-raw-rquota.h @@ -99,13 +99,13 @@ 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); @@ -125,13 +125,13 @@ 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);