mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
GetHost() changed function arguments
This commit is contained in:
parent
3471e2c59d
commit
aa8a2fbde3
2 changed files with 31 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue