aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index 60107d96a..78453487b 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -23,6 +23,8 @@
* $Id$
*****************************************************************************/
-struct hostent *GetHost(struct UrlData *data, char *hostname, char **bufp );
+struct hostent *Curl_gethost(struct UrlData *data,
+ char *hostname,
+ char **bufp);
#endif