Skip to content

Commit 27b8d7e

Browse files
committed
ext/curl: make internal function static
1 parent d07208b commit 27b8d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/multi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ static zend_function *curl_multi_get_constructor(zend_object *object) {
532532
return NULL;
533533
}
534534

535-
void curl_multi_free_obj(zend_object *object)
535+
static void curl_multi_free_obj(zend_object *object)
536536
{
537537
php_curlm *mh = curl_multi_from_obj(object);
538538

0 commit comments

Comments
 (0)