summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2003-06-19 23:13:28 +0000
committerEdin Kadribasic <edink@php.net>2003-06-19 23:13:28 +0000
commit23a9f80f89fcc700249e50cfecc3ef1009eca55b (patch)
tree9f3bf9c8f770aef3f42513d0d49105f355bbc511 /ext/curl/php_curl.h
parent7886bc93f60a564702b77650366434341e05d734 (diff)
downloadphp-git-23a9f80f89fcc700249e50cfecc3ef1009eca55b.tar.gz
ZTS Fixes
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r--ext/curl/php_curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index 76c91ec1dd..bd4f20aaa9 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -75,7 +75,7 @@ PHP_FUNCTION(curl_multi_exec);
PHP_FUNCTION(curl_multi_getcontent);
PHP_FUNCTION(curl_multi_info_read);
PHP_FUNCTION(curl_multi_close);
-void _php_curl_multi_close(zend_rsrc_list_entry *);
+void _php_curl_multi_close(zend_rsrc_list_entry * TSRMLS_DC);
typedef struct {
zval *func_name;