1
0
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:
Marcus Boerger
2003-04-13 20:31:16 +00:00
parent dcdaf1e9a0
commit e2fdfb6c19

View File

@@ -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;
}