From cb34f5fd2acb56c47431cd23d1104191ed6f2e39 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 1 Oct 2002 17:59:53 +0000 Subject: 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(+) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/rstat.x b/include/rpcsvc/rstat.x index a71c236..252fa5e 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 -- cgit v1.1