Skip to content

Commit 613d6e7

Browse files
committed
ext/curl: make internal function static
1 parent 2519fa3 commit 613d6e7

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
@@ -529,7 +529,7 @@ static zend_function *curl_multi_get_constructor(zend_object *object) {
529529
return NULL;
530530
}
531531

532-
void curl_multi_free_obj(zend_object *object)
532+
static void curl_multi_free_obj(zend_object *object)
533533
{
534534
php_curlm *mh = curl_multi_from_obj(object);
535535

0 commit comments

Comments
 (0)