From 24633f598727f5e98395ce9271ba56d274016650 Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Tue, 5 Sep 2000 16:36:56 +0000 Subject: renamed hostconnect() to php_hostconnect() --- main/php_network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_network.h') diff --git a/main/php_network.h b/main/php_network.h index ae605e0b66..7ce11c22ec 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 timeout); +int php_hostconnect(char *host, int port, int socktype, int timeout); /* * Local variables: -- cgit v1.2.1