]> granicus.if.org Git - php/commitdiff
Fix build on Windows
authorScott MacVicar <scottmac@php.net>
Wed, 28 Jan 2009 23:58:09 +0000 (23:58 +0000)
committerScott MacVicar <scottmac@php.net>
Wed, 28 Jan 2009 23:58:09 +0000 (23:58 +0000)
ext/sqlite3/sqlite3.c

index 3a57cad6a57519068f155a1d10ae63364bf143cd..c77c191dd0cecc89cd6e1a6b7bfaaeb0e7a5c65f 100644 (file)
@@ -1011,7 +1011,7 @@ static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb T
        return -1;
 }
 
-PHPAPI php_stream_ops  php_stream_sqlite3_ops = {
+static php_stream_ops php_stream_sqlite3_ops = {
        php_sqlite3_stream_write,
        php_sqlite3_stream_read,
        php_sqlite3_stream_close,