diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2017-05-25 14:27:54 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2017-05-25 14:27:54 +0000 |
| commit | 738a93a4613638e9290b80a1a9a7997d1db8a4e8 (patch) | |
| tree | d07363963608c5598f716ef85c7935951eaf8a74 /lib/libsysdecode/sysdecode.h | |
| parent | fa5f501d0ad7576e208a1ad1052d3e79cde0f36b (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 f8d05be37cb3..03c12a5a7f8b 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/lib/libsysdecode/sysdecode.h @@ -99,6 +99,7 @@ const char *sysdecode_sigsegv_code(int _si_code); const char *sysdecode_sigtrap_code(int _si_code); const char *sysdecode_sockaddr_family(int _sa_family); const char *sysdecode_socketdomain(int _domain); +const char *sysdecode_socket_protocol(int _domain, int _protocol); bool sysdecode_socket_type(FILE *_fp, int _type, int *_rem); const char *sysdecode_sockopt_level(int _level); const char *sysdecode_sockopt_name(int _level, int _optname); |
