mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
42b3e574e6
commit
0c96d7c634
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue