mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
15 lines
395 B
C
15 lines
395 B
C
#ifndef SDEERROR_INCLUDED
|
|
#define SDEERROR_INCLUDED
|
|
|
|
|
|
#include "gdal_sde.h"
|
|
|
|
void IssueSDEError( int nErrorCode,
|
|
const char *pszFunction );
|
|
void IssueSDEExtendedError ( int nErrorCode,
|
|
const char *pszFunction,
|
|
SE_CONNECTION* connection,
|
|
SE_STREAM* stream);
|
|
|
|
|
|
#endif
|