diff options
| author | Pierre Joye <pajoye@php.net> | 2009-02-04 09:58:39 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-02-04 09:58:39 +0000 |
| commit | c7d8074041dd5d77b15168bdc76d645316b46007 (patch) | |
| tree | c797f7325c9962a50dcaf7a463c709c819d6504d /ext/sqlite3 | |
| parent | 15b2bea84e6cc2960a68e38b3b329474ad296f78 (diff) | |
| download | php-git-c7d8074041dd5d77b15168bdc76d645316b46007.tar.gz | |
- fix build
Diffstat (limited to 'ext/sqlite3')
| -rw-r--r-- | ext/sqlite3/sqlite3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
