Change type of zdrproc_t to return uint32_t instead of int

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2016-12-02 16:55:40 -08:00
parent 7596d0f300
commit f4273cf9ff
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ typedef uint32_t u_int;
typedef uint32_t enum_t;
typedef uint32_t bool_t;
typedef int (*zdrproc_t) (ZDR *, void *,...);
typedef uint32_t (*zdrproc_t) (ZDR *, void *,...);
#define AUTH_NONE 0
#define AUTH_NULL 0