1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 03:29:34 +00:00

- Jakub Hrozek fixed more function prototypes in man pages to sync them

with the ones declared in ares.h
This commit is contained in:
Yang Tse
2009-11-23 00:57:50 +00:00
parent 17e6785e05
commit 497afa9acb
10 changed files with 48 additions and 21 deletions

View File

@ -21,7 +21,7 @@ ares_gethostbyname_file \- Lookup a name in the system's hosts file
.nf
.B #include <ares.h>
.PP
.B void ares_gethostbyname_file(ares_channel \fIchannel\fP, const char *\fIname\fP,
.B int ares_gethostbyname_file(ares_channel \fIchannel\fP, const char *\fIname\fP,
.B int \fIfamily\fP, struct hostent **host)
.fi
.SH DESCRIPTION