37 |
****************************************************************************** |
****************************************************************************** |
38 |
* |
* |
39 |
* $Log$ |
* $Log$ |
40 |
|
* Revision 1.4 2002/08/22 16:00:01 bh |
41 |
|
* * extensions/shapelib/shapefil.h (DBFCommit), |
42 |
|
* extensions/shapelib/dbfopen.c (DBFCommit): New API function to |
43 |
|
* commit any changes made to the DBF file. |
44 |
|
* |
45 |
* Revision 1.3 2002/05/07 14:09:45 bh |
* Revision 1.3 2002/05/07 14:09:45 bh |
46 |
* * extensions/shapelib/shpopen.c, extensions/shapelib/shapefil.h, |
* * extensions/shapelib/shpopen.c, extensions/shapelib/shapefil.h, |
47 |
* extensions/shapelib/dbfopen.c: Really update to the versions of |
* extensions/shapelib/dbfopen.c: Really update to the versions of |
419 |
char SHPAPI_CALL |
char SHPAPI_CALL |
420 |
DBFGetNativeFieldType( DBFHandle hDBF, int iField ); |
DBFGetNativeFieldType( DBFHandle hDBF, int iField ); |
421 |
|
|
422 |
|
int SHPAPI_CALL |
423 |
|
DBFCommit( DBFHandle hDBF ); |
424 |
|
|
425 |
#ifdef __cplusplus |
#ifdef __cplusplus |
426 |
} |
} |
427 |
#endif |
#endif |