From: Sandro Santilli Date: Thu, 10 Mar 2005 18:18:25 +0000 (+0000) Subject: changed report_error typedef to allow for lwerror usage w/out problems X-Git-Tag: pgis_1_0_0RC4~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c419b04bc6ac4226e03324de4ea81fc732bcc9c;p=postgis changed report_error typedef to allow for lwerror usage w/out problems git-svn-id: http://svn.osgeo.org/postgis/trunk@1526 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/wktparse.h b/lwgeom/wktparse.h index 2eadfeb41..a70555f26 100644 --- a/lwgeom/wktparse.h +++ b/lwgeom/wktparse.h @@ -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;