RELEASE-NOTES: two more bug fixes
[platform/upstream/c-ares.git] / ares_gethostbyname_file.3
index 860943b..8f59b41 100644 (file)
@@ -1,4 +1,3 @@
-.\" $Id$
 .\"
 .\" Copyright 1998 by the Massachusetts Institute of Technology.
 .\"
@@ -21,7 +20,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