int DBFReadDeleted(DBFHandle psDBF, int hEntity)
{
unsigned char *pabyRec;
- unsigned char *pDeleted;
if( ! DBFReadSetup( psDBF, hEntity) )
- return NULL;
+ return 0;
/* get reference to current record */
pabyRec = (unsigned char *) psDBF->pszCurrentRecord;
int SHPAPI_CALL
DBFIsAttributeNULL( DBFHandle hDBF, int iShape, int iField );
+int SHPAPI_CALL DBFReadSetup(DBFHandle psDBF, int hEntity);
+
int SHPAPI_CALL DBFReadDeleted(DBFHandle psDBF, int hEntity);
int SHPAPI_CALL
*
*/
-static char rcsid[] =
- "$Id$";
-
#include "shapefil.h"
#include <math.h>