aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2009-08-20 02:34:15 +0000
committerdrh <drh@noemail.net>2009-08-20 02:34:15 +0000
commit9aeda79cf6ebb912d6979e0f9190fec2c9b6c998 (patch)
tree2547751240c143538f74a05f4cce8f03ec5d76e9 /src/sqliteInt.h
parent3995c26d1608460ddd472d0121c415c57303d168 (diff)
downloadsqlite-9aeda79cf6ebb912d6979e0f9190fec2c9b6c998.tar.gz
sqlite-9aeda79cf6ebb912d6979e0f9190fec2c9b6c998.zip
All the sqlite3GetCollSeq() function to specify an arbitrary text encoding.
FossilOrigin-Name: 4ee44322ca3c92ed8d6f5d4a3f89d219bf379595
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 0185861db..bcc4a6430 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -2827,7 +2827,7 @@ int sqlite3ResolveOrderGroupBy(Parse*, Select*, ExprList*, const char*);
void sqlite3ColumnDefault(Vdbe *, Table *, int, int);
void sqlite3AlterFinishAddColumn(Parse *, Token *);
void sqlite3AlterBeginAddColumn(Parse *, SrcList *);
-CollSeq *sqlite3GetCollSeq(sqlite3*, CollSeq *, const char*);
+CollSeq *sqlite3GetCollSeq(sqlite3*, int, CollSeq *, const char*);
char sqlite3AffinityType(const char*);
void sqlite3Analyze(Parse*, Token*, Token*);
int sqlite3InvokeBusyHandler(BusyHandler*);