mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
MFH: make it static
This commit is contained in:
@@ -263,7 +263,7 @@ fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persiste
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
int _php_stream_free_persistent(list_entry *le, void *pStream TSRMLS_DC)
|
||||
static int _php_stream_free_persistent(list_entry *le, void *pStream TSRMLS_DC)
|
||||
{
|
||||
return le->ptr == pStream;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user