]> granicus.if.org Git - postgis/commitdiff
changed report_error typedef to allow for lwerror usage w/out problems
authorSandro Santilli <strk@keybit.net>
Thu, 10 Mar 2005 18:18:25 +0000 (18:18 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 10 Mar 2005 18:18:25 +0000 (18:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1526 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/wktparse.h

index 2eadfeb41ed6678d4b170c34f132179f1358bd93..a70555f262f7c73b8168bfbfb94a8bc9c8541890 100644 (file)
@@ -13,7 +13,7 @@ typedef unsigned char uchar;
 #endif
 typedef void* (*allocator)(size_t size);
 typedef void  (*freeor)(void* mem);
-typedef void  (*report_error)(const char* string);
+typedef void  (*report_error)(const char* string, ...);
 
 //typedef unsigned long int4;