diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2017-06-03 14:22:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2017-06-03 14:22:15 +0000 |
| commit | ee8aa41dca9c2b80c69530257748c98ec748a04c (patch) | |
| tree | 8b96725e8f11bb1e1ce1995107f81bcde6390567 /lib/libsysdecode/sysdecode.h | |
| parent | 4cbc378c612eea82211e87cfd3f65cb52666e9f1 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode/sysdecode.h')
| -rw-r--r-- | lib/libsysdecode/sysdecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/sysdecode.h b/lib/libsysdecode/sysdecode.h index 03c12a5a7f8b..7619fa51736a 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/lib/libsysdecode/sysdecode.h @@ -55,6 +55,7 @@ bool sysdecode_filemode(FILE *_fp, int _mode, int *_rem); bool sysdecode_flock_operation(FILE *_fp, int _operation, int *_rem); int sysdecode_freebsd_to_abi_errno(enum sysdecode_abi _abi, int _error); const char *sysdecode_getfsstat_mode(int _mode); +const char *sysdecode_getrusage_who(int _who); const char *sysdecode_idtype(int _idtype); const char *sysdecode_ioctlname(unsigned long _val); const char *sysdecode_ipproto(int _protocol); |
