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:
parent
8f211073d1
commit
d6b9b3d942
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user