Skip to content

Commit

Permalink
added missing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
chacha21 committed Dec 8, 2023
1 parent 27c6a37 commit c761f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcore/gdal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ CPLErr CPL_DLL CPL_STDCALL GDALBuildOverviewsEx(
void CPL_DLL CPL_STDCALL GDALGetOpenDatasets(GDALDatasetH **hDS, int *pnCount);
int CPL_DLL CPL_STDCALL GDALGetAccess(GDALDatasetH hDS);
CPLErr CPL_DLL CPL_STDCALL GDALFlushCache(GDALDatasetH hDS);
CPLErr CPL_DLL CPL_STDCALL GDALDropCache(GDALDatasetH hDS);

CPLErr CPL_DLL CPL_STDCALL GDALCreateDatasetMaskBand(GDALDatasetH hDS,
int nFlags);
Expand Down

0 comments on commit c761f4c

Please sign in to comment.