Skip to content

Commit 0e64d24

Browse files
committed
shapefil.h: resync with GDAL
1 parent a2ad7b3 commit 0e64d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shapefil.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ extern "C"
419419
/************************************************************************/
420420
/* DBF Support. */
421421
/************************************************************************/
422-
typedef struct
422+
typedef struct DBFInfo
423423
{
424424
SAHooks sHooks;
425425

@@ -467,7 +467,7 @@ extern "C"
467467
int bRequireNextWriteSeek;
468468
} DBFInfo;
469469

470-
typedef DBFInfo *DBFHandle;
470+
typedef struct DBFInfo *DBFHandle;
471471

472472
typedef enum
473473
{

0 commit comments

Comments
 (0)