#ifdef __cplusplus extern "C" { #endif #pragma once #include "hgdalType.h" #include "HGDALGDALDataset.h" void TopLevel_GDALAllRegister ( );GDALDataset_p TopLevel_GDALOpenEx ( const char* pszFilename, unsigned int nOpenFlags, char** papszAllowedDrivers, char** papszOpenOptions, char** papszSiblingFiles ); #ifdef __cplusplus } #endif