From: Mark Cave-Ayland Date: Tue, 10 Mar 2009 19:37:47 +0000 (+0000) Subject: Remove compiler warning from commit r3821. X-Git-Tag: 1.4.0b1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1431cf1cf90d1205b2733fe08b7afebc0cb3d485;p=postgis Remove compiler warning from commit r3821. git-svn-id: http://svn.osgeo.org/postgis/trunk@3839 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/wktparse.h b/liblwgeom/wktparse.h index a3032aca6..5c500fd9f 100644 --- a/liblwgeom/wktparse.h +++ b/liblwgeom/wktparse.h @@ -94,6 +94,7 @@ void alloc_circularstring_closed(void); void alloc_polygon(void); void alloc_polyring_counter(void); void alloc_compoundcurve(void); +void alloc_compoundcurve_closed(void); void alloc_curvepolygon(void); void alloc_multipoint(void); void alloc_multilinestring(void);