ultimatepp/bazaar/plugin/gdal/frmts/sde/sdeerror.h
cxl 23ff1e7e82 .gdal moved to bazaar
git-svn-id: svn://ultimatepp.org/upp/trunk@9273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-12-07 13:36:24 +00:00

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