Skip to content

Commit 10f900e

Browse files
committed
ext/curl: make internal function static
1 parent 0dc9cde commit 10f900e

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
@@ -549,7 +549,7 @@ static zend_function *curl_multi_get_constructor(zend_object *object) {
549549
return NULL;
550550
}
551551

552-
void curl_multi_free_obj(zend_object *object)
552+
static void curl_multi_free_obj(zend_object *object)
553553
{
554554
php_curlm *mh = curl_multi_from_obj(object);
555555

0 commit comments

Comments
 (0)