X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rquota%2Flibnfs-raw-rquota.h;h=27ea104ad8637f1df9327f83ee79a45cc1cddbef;hb=HEAD;hp=d5b1bd1d28fc7d87785238c22476116baad45d09;hpb=d663ff20d0e69e8ce026210893398f870b981d97;p=deb_libnfs.git diff --git a/rquota/libnfs-raw-rquota.h b/rquota/libnfs-raw-rquota.h index d5b1bd1..27ea104 100644 --- a/rquota/libnfs-raw-rquota.h +++ b/rquota/libnfs-raw-rquota.h @@ -35,7 +35,7 @@ either expressed or implied, of the FreeBSD Project. #ifndef _RQUOTA_H_RPCGEN #define _RQUOTA_H_RPCGEN - +#include #ifdef __cplusplus @@ -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 */