diff options
Diffstat (limited to 'python/modules/IcePy/Communicator.h')
-rw-r--r-- | python/modules/IcePy/Communicator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/modules/IcePy/Communicator.h b/python/modules/IcePy/Communicator.h index 3f2ac0452c3..c83c2898aae 100644 --- a/python/modules/IcePy/Communicator.h +++ b/python/modules/IcePy/Communicator.h @@ -32,4 +32,7 @@ extern "C" PyObject* IcePy_initializeWithProperties(PyObject*, PyObject*); extern "C" PyObject* IcePy_initializeWithLogger(PyObject*, PyObject*); extern "C" PyObject* IcePy_initializeWithPropertiesAndLogger(PyObject*, PyObject*); +extern "C" PyObject* IcePy_identityToString(PyObject*, PyObject*); +extern "C" PyObject* IcePy_stringToIdentity(PyObject*, PyObject*); + #endif |