diff options
| author | Sterling Hughes <sterling@php.net> | 2001-09-22 16:56:21 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2001-09-22 16:56:21 +0000 |
| commit | 958675c067606b132fd0e42371f1f0b4b560551f (patch) | |
| tree | 048f69ac70c7f77ada9ebeb325bf3b62b59de364 /ext/curl/php_curl.h | |
| parent | e42ab2c95f08e468f8b1cfed4d1cfcb8352868b2 (diff) | |
| download | php-git-958675c067606b132fd0e42371f1f0b4b560551f.tar.gz | |
fix compile
Diffstat (limited to 'ext/curl/php_curl.h')
| -rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index ef7dc6a1e1..1b72ed4905 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -41,6 +41,7 @@ extern zend_module_entry curl_module_entry; #define CURLOPT_BINARYTRANSFER 19914 PHP_MINIT_FUNCTION(curl); +PHP_MSHUTDOWN_FUNCTION(curl); PHP_MINFO_FUNCTION(curl); PHP_FUNCTION(curl_version); PHP_FUNCTION(curl_init); |
