diff options
author | Marcus Boerger <helly@php.net> | 2003-05-03 12:51:13 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-05-03 12:51:13 +0000 |
commit | 815ad75c490b4fd24112428fd504839a8cd51071 (patch) | |
tree | 43f2f18e26b3dc9e4182ff9678245d8a37d09990 /ext/sqlite/php_sqlite.h | |
parent | ab393a9b0c9a5e3e49f65ff04fe46bee565bee87 (diff) | |
download | php-git-815ad75c490b4fd24112428fd504839a8cd51071.tar.gz |
- Indendation fix
- Proto fix
- Add efficient single column access function: sqlite_column()
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 519dade0c0..c3538dd0f0 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -49,6 +49,7 @@ PHP_FUNCTION(sqlite_query); PHP_FUNCTION(sqlite_unbuffered_query); PHP_FUNCTION(sqlite_fetch_array); PHP_FUNCTION(sqlite_current); +PHP_FUNCTION(sqlite_column); PHP_FUNCTION(sqlite_num_rows); PHP_FUNCTION(sqlite_num_fields); |