diff options
Diffstat (limited to 'src/lib/rpc/clnt_perror.c')
-rw-r--r-- | src/lib/rpc/clnt_perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/clnt_perror.c b/src/lib/rpc/clnt_perror.c index 50168dff4..08e8471b1 100644 --- a/src/lib/rpc/clnt_perror.c +++ b/src/lib/rpc/clnt_perror.c @@ -53,7 +53,7 @@ extern int sys_nerr; #undef strerror #define strerror(N) (((N) > 0 && (N) < sys_nerr) ? sys_errlist[N] : (char *)0) #endif /* HAVE_STRERROR */ -static char *auth_errmsg(); +static char *auth_errmsg(enum auth_stat); |