]> granicus.if.org Git - postgis/commitdiff
Remove missing prototype warning from build.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 14 Jan 2009 17:46:00 +0000 (17:46 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 14 Jan 2009 17:46:00 +0000 (17:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3527 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/wktparse.h

index 8bdb74dfdc9b7b71758298edcbd8bbee2909ff62..89d0e51d1f2fb518aa68c1a0f9833745217ad35f 100644 (file)
@@ -120,5 +120,7 @@ int unparse_WKT(LWGEOM_UNPARSER_RESULT *lwg_unparser_result, uchar* serialized,
 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 */