Fix the bindto parameter declaration.

Submitted by:	sem
This commit is contained in:
Andrey V. Elsukov 2013-01-09 19:49:35 +00:00
parent 6e9a5a5e52
commit 99d9e4ec60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245234

View file

@ -38,7 +38,7 @@
.Ft int
.Fn rad_add_server "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries"
.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 *"
.Fn rad_auth_open "void"
.Ft void