1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00

Fix inet6_opt_get_val() prototype.

This commit is contained in:
Ruslan Ermilov 2005-11-23 16:07:54 +00:00
parent 5306fb2d0c
commit 49e5b98f5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152717

View File

@ -58,7 +58,7 @@
.Ft "int"
.Fn inet6_opt_find "void *extbuf" "socklen_t extlen" "int offset" "u_int8_t type" "socklen_t *lenp" "void **databufp"
.Ft "int"
.Fn inet6_opt_get_val "void *databuf" "socklen_t offset" "void *val" "socklen_t vallen"
.Fn inet6_opt_get_val "void *databuf" "int offset" "void *val" "socklen_t vallen"
.\"
.Sh DESCRIPTION
Building and parsing the Hop-by-Hop and Destination options is