mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
39c3fe9c2e
Noticed by: kris
16 lines
398 B
C
16 lines
398 B
C
--- db.c.orig Fri Nov 14 14:41:27 2003
|
|
+++ db.c Fri Nov 14 14:41:35 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;
|