[postgis-commits] svn - r3265 - trunk/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Nov 6 09:16:03 PST 2008
Author: mcayland
Date: 2008-11-06 09:16:03 -0800 (Thu, 06 Nov 2008)
New Revision: 3265
Modified:
trunk/lwgeom/lwgeom_dump.c
Log:
Add missing function prototype from r3263.
Modified: trunk/lwgeom/lwgeom_dump.c
===================================================================
--- trunk/lwgeom/lwgeom_dump.c 2008-11-06 17:13:49 UTC (rev 3264)
+++ trunk/lwgeom/lwgeom_dump.c 2008-11-06 17:16:03 UTC (rev 3265)
@@ -18,6 +18,8 @@
#include "lwgeom_pg.h"
#include "profile.h"
+int lwgeom_contains_subgeoms(int type);
+
Datum LWGEOM_dump(PG_FUNCTION_ARGS);
Datum LWGEOM_dump_rings(PG_FUNCTION_ARGS);
More information about the postgis-commits
mailing list