]> granicus.if.org Git - postgis/commitdiff
Move trim_trailing_zeros out of liblwgeom.h (#2054)
authorSandro Santilli <strk@keybit.net>
Wed, 17 Oct 2012 14:16:46 +0000 (14:16 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 17 Oct 2012 14:16:46 +0000 (14:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10454 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/liblwgeom.h.in
liblwgeom/liblwgeom_internal.h

index e213e6c4c4feff6753606f06202d9bbf1774f9d8..595364bfffe5133a520ffdf5f93f01029b18f49d 100644 (file)
@@ -1792,7 +1792,6 @@ extern void *lwrealloc(void *mem, size_t size);
 extern void lwfree(void *mem);
 
 /* Utilities */
-extern void trim_trailing_zeros(char *num);
 extern char *lwmessage_truncate(char *str, int startpos, int endpos, int maxlength, int truncdirection);
 
 
index 2a4edcda1af462df17299c6992a82b2a137608fb..89491bf231b8920d61b00550394fb14e20dd22a9 100644 (file)
@@ -405,5 +405,8 @@ double gbox_angular_height(const GBOX* gbox);
 double gbox_angular_width(const GBOX* gbox);
 int gbox_centroid(const GBOX* gbox, POINT2D* out);
 
+/* Utilities */
+extern void trim_trailing_zeros(char *num);
+
 
 #endif /* _LIBLWGEOM_INTERNAL_H */