Program Listing for File cpl_custom_handler.h

Return to documentation for file (necsim/cpl_custom_handler.h)

// This file is part of necsim project which is released under MIT license.
// See file **LICENSE.txt** or visit https://opensource.org/licenses/MIT) for full license details.
#ifndef CPL_CUSTOMN_HANDLER_H
#define CPL_CUSTOMN_HANDLER_H
#ifdef with_gdal

#include <cpl_error.h>
namespace necsim
{
    void cplNecsimCustomErrorHandler(CPLErr eErrClass, int err_no, const char* msg);
}
#endif // with_gdal

#endif // CPL_CUSTOMN_HANDLER_H