Skip to content

Commit 479d79f

Browse files
committed
ext/curl: make internal function static
1 parent e27a95f commit 479d79f

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
@@ -545,7 +545,7 @@ static zend_function *curl_multi_get_constructor(zend_object *object) {
545545
return NULL;
546546
}
547547

548-
void curl_multi_free_obj(zend_object *object)
548+
static void curl_multi_free_obj(zend_object *object)
549549
{
550550
php_curlm *mh = curl_multi_from_obj(object);
551551

0 commit comments

Comments
 (0)