diff options
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: |