Remove duplicate forward declaration section.
This commit is contained in:
parent
4ed562c205
commit
07bb84e1b6
@ -28,11 +28,6 @@
|
|||||||
static Py_ssize_t cxoTransform_calculateSize(PyObject *value,
|
static Py_ssize_t cxoTransform_calculateSize(PyObject *value,
|
||||||
cxoTransformNum transformNum);
|
cxoTransformNum transformNum);
|
||||||
static cxoTransformNum cxoTransform_getNumFromPythonType(PyTypeObject *type);
|
static cxoTransformNum cxoTransform_getNumFromPythonType(PyTypeObject *type);
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Forward declarations
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
static PyObject *cxoTransform_toPythonFromJson(cxoConnection *connection,
|
static PyObject *cxoTransform_toPythonFromJson(cxoConnection *connection,
|
||||||
dpiJsonNode *node, const char *encodingErrors);
|
dpiJsonNode *node, const char *encodingErrors);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user