Skip to content

Commit 5484e3d

Browse files
committed
ext/curl: make internal function static
1 parent a444bfc commit 5484e3d

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
@@ -537,7 +537,7 @@ static zend_function *curl_multi_get_constructor(zend_object *object) {
537537
return NULL;
538538
}
539539

540-
void curl_multi_free_obj(zend_object *object)
540+
static void curl_multi_free_obj(zend_object *object)
541541
{
542542
php_curlm *mh = curl_multi_from_obj(object);
543543

0 commit comments

Comments
 (0)