diff options
| author | Stig Venaas <venaas@php.net> | 2000-09-05 16:36:56 +0000 |
|---|---|---|
| committer | Stig Venaas <venaas@php.net> | 2000-09-05 16:36:56 +0000 |
| commit | 24633f598727f5e98395ce9271ba56d274016650 (patch) | |
| tree | 2c15a737f87e42c3c1a29455a0c820bbe992f579 /main/network.c | |
| parent | b83427db64b4598462eea646005506e01154d208 (diff) | |
| download | php-git-24633f598727f5e98395ce9271ba56d274016650.tar.gz | |
renamed hostconnect() to php_hostconnect()
Diffstat (limited to 'main/network.c')
| -rw-r--r-- | main/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/network.c b/main/network.c index 21976df353..efda5400ab 100644 --- a/main/network.c +++ b/main/network.c @@ -150,7 +150,7 @@ static int php_network_getaddresses(const char *host, struct sockaddr ***sal) * port, returns the created socket on success, else returns -1. * timeout gives timeout in seconds, 0 means blocking mode. */ -int hostconnect(char *host, int port, int socktype, int timeout) +int php_hostconnect(char *host, int port, int socktype, int timeout) { int s; struct sockaddr **sal, **psal; |
