diff options
Diffstat (limited to 'python/modules/IcePy/Util.h')
-rw-r--r-- | python/modules/IcePy/Util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/modules/IcePy/Util.h b/python/modules/IcePy/Util.h index 2b6853a7884..2017f7064fe 100644 --- a/python/modules/IcePy/Util.h +++ b/python/modules/IcePy/Util.h @@ -183,6 +183,11 @@ private: }; // +// Convert Ice::ByteSeq to a Python list. +// +PyObject* byteSeqToList(const Ice::ByteSeq&); + +// // Convert Ice::StringSeq to and from a Python list. // bool listToStringSeq(PyObject*, Ice::StringSeq&); |