]> granicus.if.org Git - php/commitdiff
missing from previous commit to remove stat from opendir wrapper ops
authorGreg Beaver <cellog@php.net>
Mon, 14 Apr 2008 04:47:00 +0000 (04:47 +0000)
committerGreg Beaver <cellog@php.net>
Mon, 14 Apr 2008 04:47:00 +0000 (04:47 +0000)
ext/phar/dirstream.h

index f3f95c56590b2ad286db678ee800da2ce5955632..e7d0b40b5887b64d0b317905d0875898531e38d2 100644 (file)
@@ -32,7 +32,6 @@ static size_t phar_dir_read( php_stream *stream, char *buf, size_t count TSRMLS_
 static int    phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC);
 static int    phar_dir_flush(php_stream *stream TSRMLS_DC);
 static int    phar_dir_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
-static int    phar_dir_stat( php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC);
 #else
 php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
 #endif