diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-01-31 15:58:05 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-01-31 15:58:05 -0800 |
commit | fa41f0057235e0b7434d224f3f794166d24ccd23 (patch) | |
tree | a47724b73b79a821e37adaf36c87f0fdfca074a6 /py/modules/IcePy/Util.h | |
parent | bug 2335 - updating docu for db.jar (diff) | |
download | ice-fa41f0057235e0b7434d224f3f794166d24ccd23.tar.bz2 ice-fa41f0057235e0b7434d224f3f794166d24ccd23.tar.xz ice-fa41f0057235e0b7434d224f3f794166d24ccd23.zip |
bug 2421 - add method to get Ice version in scripting languages
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index a9b084ecbee..5e80348796d 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -270,6 +270,7 @@ private: } +extern "C" PyObject* IcePy_version(PyObject*); extern "C" PyObject* IcePy_identityToString(PyObject*, PyObject*); extern "C" PyObject* IcePy_stringToIdentity(PyObject*, PyObject*); extern "C" PyObject* IcePy_generateUUID(PyObject*); |