aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2011-04-04 13:40:53 +0000
committerdrh <drh@noemail.net>2011-04-04 13:40:53 +0000
commitb6ee66072ea24b06d91bedc74b64c2f795b3b9e5 (patch)
tree3e95bae5f7a6c273defc61d38aff9a12aecaefc1 /src/sqliteInt.h
parente038f852c8253ef8c72b3bce7f901efa1c9369cb (diff)
downloadsqlite-b6ee66072ea24b06d91bedc74b64c2f795b3b9e5.tar.gz
sqlite-b6ee66072ea24b06d91bedc74b64c2f795b3b9e5.zip
Rename sqlite3SchemaFree() to sqlite3SchemaClear() to more accurately reflect
its function. FossilOrigin-Name: 71d7440023f67760d0bff4bd7459fe88bd226f30
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 ba5552dba..f7700b740 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -2969,7 +2969,7 @@ void sqlite3DefaultRowEst(Index*);
void sqlite3RegisterLikeFunctions(sqlite3*, int);
int sqlite3IsLikeFunction(sqlite3*,Expr*,int*,char*);
void sqlite3MinimumFileFormat(Parse*, int, int);
-void sqlite3SchemaFree(void *);
+void sqlite3SchemaClear(void *);
Schema *sqlite3SchemaGet(sqlite3 *, Btree *);
int sqlite3SchemaToIndex(sqlite3 *db, Schema *);
KeyInfo *sqlite3IndexKeyinfo(Parse *, Index *);