GetHost() changed function arguments

This commit is contained in:
Daniel Stenberg
2000-09-21 08:47:48 +00:00
parent 3471e2c59d
commit aa8a2fbde3
2 changed files with 31 additions and 15 deletions

View File

@@ -40,7 +40,6 @@
* ------------------------------------------------------------
****************************************************************************/
extern struct hostent *GetHost(struct UrlData *data, char *hostname, char *buf, int buf_size );
extern char *MakeIP(unsigned long num,char *addr, int addr_len);
struct hostent *GetHost(struct UrlData *data, char *hostname, char **bufp );
#endif