1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/cvstrac/files/patch-db.c
Bruce M Simpson 39c3fe9c2e Fix build against sqlite-2.8.6
Noticed by:	kris
2003-11-14 14:44:16 +00:00

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;