diff options
Diffstat (limited to 'lib/librpcsvc/rstat.c')
-rw-r--r-- | lib/librpcsvc/rstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librpcsvc/rstat.c b/lib/librpcsvc/rstat.c index e857f02..1d18908 100644 --- a/lib/librpcsvc/rstat.c +++ b/lib/librpcsvc/rstat.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)rstat.c 1.2 91/03/11 TIRPC 1.0; from 1.6 89/03/24 SM #include <rpc/rpc.h> #include <rpcsvc/rstat.h> -int +enum clnt_stat rstat(host, statp) char *host; struct statstime *statp; |