From 0c96d7c634a58417abe3ed6d79d9a135a0a8ab4f Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 1 Oct 2002 17:59:53 +0000 Subject: [PATCH] Add prototypes for rstat(3) and havedisk(3). Requested by: kris, Emil Mikulic MFC After: 1 day --- include/rpcsvc/rstat.x | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/rpcsvc/rstat.x b/include/rpcsvc/rstat.x index a71c2364d4d..252fa5ec627 100644 --- a/include/rpcsvc/rstat.x +++ b/include/rpcsvc/rstat.x @@ -149,3 +149,10 @@ program RSTATPROG { RSTATPROC_HAVEDISK(void) = 2; } = 1; } = 100001; + +#ifdef RPC_HDR +% +%enum clnt_stat rstat(char *, struct statstime *); +%int havedisk(char *); +% +#endif