diff options
author | Stig Venaas <venaas@php.net> | 2000-09-03 19:12:28 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2000-09-03 19:12:28 +0000 |
commit | f0962c33a1a63f17f336baa7c3aad13d6bfbc2a4 (patch) | |
tree | aa2b4a5aa7cf187a7364ec4fe906cd851c0b7c7c /main/php_network.h | |
parent | 1109b9ab575708168edd4fedeb10731a52e4e968 (diff) | |
download | php-git-f0962c33a1a63f17f336baa7c3aad13d6bfbc2a4.tar.gz |
Added timeout argument, but not used yet
Diffstat (limited to 'main/php_network.h')
-rw-r--r-- | main/php_network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_network.h b/main/php_network.h index c7abb676a3..ae605e0b66 100644 --- a/main/php_network.h +++ b/main/php_network.h @@ -17,7 +17,7 @@ */ /* $Id$ */ -int hostconnect(char *host, int port, int socktype); +int hostconnect(char *host, int port, int socktype, int timeout); /* * Local variables: |