diff options
author | danielk1977 <danielk1977@noemail.net> | 2004-06-28 13:09:11 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2004-06-28 13:09:11 +0000 |
commit | f46188911d103c4a1f0e9f182783c5f1ec39294b (patch) | |
tree | f6098702a7391b01d0e3cbe12c522ce54cb42114 /src/sqliteInt.h | |
parent | 2ec81649a5622b4ae071fd6635fc491c1e4eef16 (diff) | |
download | sqlite-f46188911d103c4a1f0e9f182783c5f1ec39294b.tar.gz sqlite-f46188911d103c4a1f0e9f182783c5f1ec39294b.zip |
More coverage testing. (CVS 1754)
FossilOrigin-Name: 332921041040b343b6b568685ff55d21a624f502
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 60fccc787..fde5bac5b 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.301 2004/06/26 08:38:25 danielk1977 Exp $ +** @(#) $Id: sqliteInt.h,v 1.302 2004/06/28 13:09:11 danielk1977 Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -1368,6 +1368,7 @@ int sqlite3CheckCollSeq(Parse *, CollSeq *); int sqlite3CheckIndexCollSeq(Parse *, Index *); int sqlite3CheckObjectName(Parse *, const char *); void sqlite3VdbeSetChanges(sqlite3 *, int); +void sqlite3utf16Substr(sqlite3_context *,int,sqlite3_value **); const void *sqlite3ValueText(sqlite3_value*, u8); int sqlite3ValueBytes(sqlite3_value*, u8); |