mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
Fix the bindto parameter declaration.
Submitted by: sem
This commit is contained in:
parent
6e9a5a5e52
commit
99d9e4ec60
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245234
@ -38,7 +38,7 @@
|
|||||||
.Ft int
|
.Ft int
|
||||||
.Fn rad_add_server "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries"
|
.Fn rad_add_server "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries"
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn rad_add_server_ex "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries" "int dead_time" "struct in_addr bindto"
|
.Fn rad_add_server_ex "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries" "int dead_time" "struct in_addr *bindto"
|
||||||
.Ft "struct rad_handle *"
|
.Ft "struct rad_handle *"
|
||||||
.Fn rad_auth_open "void"
|
.Fn rad_auth_open "void"
|
||||||
.Ft void
|
.Ft void
|
||||||
|
Loading…
Reference in New Issue
Block a user