From b6ee66072ea24b06d91bedc74b64c2f795b3b9e5 Mon Sep 17 00:00:00 2001 From: drh Date: Mon, 4 Apr 2011 13:40:53 +0000 Subject: Rename sqlite3SchemaFree() to sqlite3SchemaClear() to more accurately reflect its function. FossilOrigin-Name: 71d7440023f67760d0bff4bd7459fe88bd226f30 --- src/sqliteInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sqliteInt.h') 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 *); -- cgit v1.2.3