diff options
author | danielk1977 <danielk1977@noemail.net> | 2009-01-16 15:21:05 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2009-01-16 15:21:05 +0000 |
commit | 443c0597fe11768a01aacbe99d0acd0255a0d3f8 (patch) | |
tree | 3f363da2c5a10f8c62017375b48a6b28844b0d21 /src/sqliteInt.h | |
parent | 78c2e6d837374aff2c77ddba6bfb7e03386a4c3e (diff) | |
download | sqlite-443c0597fe11768a01aacbe99d0acd0255a0d3f8.tar.gz sqlite-443c0597fe11768a01aacbe99d0acd0255a0d3f8.zip |
This commit is an error. Reverted by (6188). (CVS 6187)
FossilOrigin-Name: aa67fd0cdb4f53a0c6e15c001d37554d15006718
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 7319120f8..84f47cef8 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.825 2009/01/15 17:40:43 drh Exp $ +** @(#) $Id: sqliteInt.h,v 1.826 2009/01/16 15:21:06 danielk1977 Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -2255,6 +2255,7 @@ int sqlite3BitvecTest(Bitvec*, u32); int sqlite3BitvecSet(Bitvec*, u32); void sqlite3BitvecClear(Bitvec*, u32); void sqlite3BitvecDestroy(Bitvec*); +u32 sqlite3BitvecSize(Bitvec*); int sqlite3BitvecBuiltinTest(int,int*); RowSet *sqlite3RowSetInit(sqlite3*, void*, unsigned int); |