From 62644b9c45a9f557143eb8c49ed0e24b8a54d5e5 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 17 Oct 2004 12:16:47 +0000 Subject: [PATCH] fixed prototype for user query table git-svn-id: http://svn.osgeo.org/postgis/trunk@1022 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/pgsql2shp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index 70f555866..065b9ee22 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -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 * -- 2.49.0