diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-23 01:43:38 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-23 01:43:38 +0000 |
commit | ab928b03d690fb8b06f745240b5cbf078673a156 (patch) | |
tree | 2b3579231c86d8cc100298b2ccd0129b3d1f3320 /ext/curl | |
parent | 4a95a9295a2e17400c8f8754a8b72abd67536ef0 (diff) | |
download | php-git-ab928b03d690fb8b06f745240b5cbf078673a156.tar.gz |
proto fix
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/curl.c b/ext/curl/curl.c index 83c3739e5b..a5ef48c5ae 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -560,7 +560,7 @@ static void alloc_curl_handle(php_curl **ch) } /* }}} */ -/* {{{ proto int curl_init([string url]) +/* {{{ proto resource curl_init([string url]) Initialize a CURL session */ PHP_FUNCTION(curl_init) { |