From: Pierre Joye Date: Wed, 4 Feb 2009 09:58:39 +0000 (+0000) Subject: - fix build X-Git-Tag: php-5.4.0alpha1~191^2~4331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7d8074041dd5d77b15168bdc76d645316b46007;p=php - fix build --- diff --git a/ext/sqlite3/sqlite3.c b/ext/sqlite3/sqlite3.c index 83cc3b550c..cc44f50b62 100644 --- a/ext/sqlite3/sqlite3.c +++ b/ext/sqlite3/sqlite3.c @@ -1038,7 +1038,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,