ugly style fix

git-svn-id: http://svn.osgeo.org/postgis/trunk@5758 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Nicklas Avén 2010-07-29 13:44:49 +00:00
parent 0bc72c7cee
commit be11fac1a8

View file

@ -11,6 +11,7 @@
#include "libgeom.h"
#include <sys/param.h>
static char* lwgeom_to_wkb_buf(const LWGEOM *geom, char *buf, uchar variant);
static size_t lwgeom_to_wkb_size(const LWGEOM *geom, uchar variant);