]> granicus.if.org Git - postgis/commitdiff
fixed prototype for user query table
authorSandro Santilli <strk@keybit.net>
Sun, 17 Oct 2004 12:16:47 +0000 (12:16 +0000)
committerSandro Santilli <strk@keybit.net>
Sun, 17 Oct 2004 12:16:47 +0000 (12:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1022 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index 70f55586605b5f45cde9e35ecd2f76dd61dba814..065b9ee226e36443cca0289e93c41356a7cdbb4b 100644 (file)
@@ -95,7 +95,7 @@ int is_bigendian(void);
 SHPObject * shape_creator_wrapper_WKB(byte *str, int idx);
 int get_postgis_major_version(void);
 static void parse_table(char *spec);
-static int create_usrquerytable();
+static int create_usrquerytable(void);
 
 /* WKB functions */
 SHPObject * create_polygon2D_WKB(byte *wkb);
@@ -3086,6 +3086,9 @@ create_usrquerytable()
 
 /**********************************************************************
  * $Log$
+ * Revision 1.67  2004/10/17 12:16:47  strk
+ * fixed prototype for user query table
+ *
  * Revision 1.66  2004/10/17 12:15:10  strk
  * Bug fixed in multipoint4D creation
  *