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

index 2ab2619d24ad524374b31824d86ba3335792df88..a5e742dd7c8af12d187a585d51404143e471edb3 100755 (executable)
@@ -238,7 +238,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;
 }