[postgis-commits] svn - r3527 - trunk/liblwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Jan 14 09:46:01 PST 2009


Author: pramsey
Date: 2009-01-14 09:46:00 -0800 (Wed, 14 Jan 2009)
New Revision: 3527

Modified:
   trunk/liblwgeom/wktparse.h
Log:
Remove missing prototype warning from build.


Modified: trunk/liblwgeom/wktparse.h
===================================================================
--- trunk/liblwgeom/wktparse.h	2009-01-13 15:12:19 UTC (rev 3526)
+++ trunk/liblwgeom/wktparse.h	2009-01-14 17:46:00 UTC (rev 3527)
@@ -120,5 +120,7 @@
 int unparse_WKB(LWGEOM_UNPARSER_RESULT *lwg_unparser_result, uchar* serialized, allocator alloc, freeor free, int flags, char endian, uchar hexform);
 int lwg_parse_yyparse(void);
 int lwg_parse_yyerror(char* s);
+void lwg_parse_yynotice(char* s);
 
+
 #endif /* _WKTPARSE_H */



More information about the postgis-commits mailing list