Fix:map/shapefile:Fix compiler warning by adding prototypes for SHPTreeSplitBounds...
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 22:32:56 +0000 (22:32 +0000)
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 22:32:56 +0000 (22:32 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4112 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/map/shapefile/shptree.c

index b8f42a7..56d33b2 100644 (file)
@@ -93,6 +93,9 @@ SHP_CVSID("$Id: shptree.c,v 1.12 2008/11/12 15:39:50 fwarmerdam Exp $")
 
 static int bBigEndian = 0;
 
+void SHPAPI_CALL SHPTreeSplitBounds( double *padfBoundsMinIn, double *padfBoundsMaxIn, double *padfBoundsMin1, double * padfBoundsMax1, double *padfBoundsMin2, double * padfBoundsMax2 );
+void SHPAPI_CALL SHPTreeCollectShapeIds( SHPTree *hTree, SHPTreeNode * psTreeNode, double * padfBoundsMin, double * padfBoundsMax, int * pnShapeCount, int * pnMaxShapes, int ** ppanShapeList );
+
 
 /* -------------------------------------------------------------------- */
 /*      If the following is 0.5, nodes will be split in half.  If it    */