]> granicus.if.org Git - php/commitdiff
MFH: make it static
authorMarcus Boerger <helly@php.net>
Sun, 13 Apr 2003 20:31:16 +0000 (20:31 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 13 Apr 2003 20:31:16 +0000 (20:31 +0000)
main/streams.c

index e98d953728a293fd11e8972f661e69f4a06851ef..82efd20bbacebe9aa85c7a6426299c10a1f4f1d5 100755 (executable)
@@ -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;
 }