summaryrefslogtreecommitdiff
path: root/ares_gethostbyname_file.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 00:57:50 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 00:57:50 +0000
commit497afa9acb4d42b4bb186701f0d03a02884ff9b2 (patch)
treee3fa308b13390cea964fb4d98be523abdef21061 /ares_gethostbyname_file.3
parent17e6785e05bd19e7cac4aec96b781d5a41974e4b (diff)
downloadc-ares-497afa9acb4d42b4bb186701f0d03a02884ff9b2.tar.gz
c-ares-497afa9acb4d42b4bb186701f0d03a02884ff9b2.tar.bz2
c-ares-497afa9acb4d42b4bb186701f0d03a02884ff9b2.zip
- Jakub Hrozek fixed more function prototypes in man pages to sync them
with the ones declared in ares.h
Diffstat (limited to 'ares_gethostbyname_file.3')
-rw-r--r--ares_gethostbyname_file.32
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_gethostbyname_file.3 b/ares_gethostbyname_file.3
index 860943b..8d1d7e8 100644
--- a/ares_gethostbyname_file.3
+++ b/ares_gethostbyname_file.3
@@ -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