diff options
author | drh <drh@noemail.net> | 2004-05-31 18:23:07 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2004-05-31 18:23:07 +0000 |
commit | 1d482dd9176751fb36e977efab864bc807e4d21f (patch) | |
tree | 3993ece75697a2a6dd62f37c881d6b52b12ff662 /src/sqliteInt.h | |
parent | 75d82cc4bfd02b3d7cf2f0468d97a7c3485701cc (diff) | |
download | sqlite-1d482dd9176751fb36e977efab864bc807e4d21f.tar.gz sqlite-1d482dd9176751fb36e977efab864bc807e4d21f.zip |
Change the name of the include file to "sqlite3.h". The names of the shell
command and static library become "sqlite3" and "libsqlite3.a". (CVS 1510)
FossilOrigin-Name: 4c37b6d2b78e88e2a9dfed4d764caeb0f626f92e
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 105ac4a68..c0ef83e15 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,10 +11,10 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.263 2004/05/31 08:55:34 danielk1977 Exp $ +** @(#) $Id: sqliteInt.h,v 1.264 2004/05/31 18:23:09 drh Exp $ */ #include "config.h" -#include "sqlite.h" +#include "sqlite3.h" #include "hash.h" #include "parse.h" #include <stdio.h> |