summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Endpoint.h')
-rw-r--r--python/modules/IcePy/Endpoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/modules/IcePy/Endpoint.h b/python/modules/IcePy/Endpoint.h
index 88f7db88ea4..fdd15e2e7e7 100644
--- a/python/modules/IcePy/Endpoint.h
+++ b/python/modules/IcePy/Endpoint.h
@@ -23,6 +23,8 @@ bool initEndpoint(PyObject*);
PyObject* createEndpoint(const Ice::EndpointPtr&);
Ice::EndpointPtr getEndpoint(PyObject*);
+bool toEndpointSeq(PyObject*, Ice::EndpointSeq&);
+
}
#endif