You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
398 B
15 lines
398 B
--- db.c.orig Mon Dec 9 16:16:03 2002 |
|
+++ db.c Sun Jul 6 08:09:25 2003 |
|
@@ -32,12 +32,6 @@ |
|
#include "db.h" |
|
|
|
/* |
|
-** This function is not an official part of the SQLite API and does |
|
-** not appear in <sqlite.h>. So we have to supply our own prototype. |
|
-*/ |
|
-extern char *sqlite_vmprintf(const char *, ...); |
|
- |
|
-/* |
|
** The following is the handle to the open database. |
|
*/ |
|
static sqlite *pDb = 0;
|
|
|