summaryrefslogtreecommitdiff
path: root/databases/pyspatialite/files/patch-src-connection.h
blob: 34df7abbef34008a6f10bd853894012c2c1b557e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/connection.h.bak	2012-10-25 19:40:06.000000000 +0200
+++ src/connection.h	2012-10-25 19:40:25.000000000 +0200
@@ -33,8 +33,6 @@
 #include "sqlite3.h"
 #include "spatialite.h"
 
-int spatialite_init(int verbose);
-
 typedef struct
 {
     PyObject_HEAD