1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-31 18:11:01 +03:00

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
This commit is contained in:
drh
2004-05-31 18:23:07 +00:00
parent 75d82cc4bf
commit 1d482dd917
6 changed files with 46 additions and 41 deletions

View File

@@ -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>