Add prototypes for rstat(3) and havedisk(3).

Requested by: kris, Emil Mikulic <emikulic@optushome.com.au>
MFC After: 1 day
This commit is contained in:
Alfred Perlstein 2002-10-01 17:59:53 +00:00
parent 42b3e574e6
commit 0c96d7c634
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104311

View File

@ -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