diff options
Diffstat (limited to 'python/environs/py_lecp.h')
| -rw-r--r-- | python/environs/py_lecp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/environs/py_lecp.h b/python/environs/py_lecp.h index bcf2cd50..ec24dbac 100644 --- a/python/environs/py_lecp.h +++ b/python/environs/py_lecp.h @@ -41,8 +41,12 @@ PyObject *lecp_getattr(PyObject *self, PyObject *args); PyObject *lecp_new(PyObject *self, PyObject *args); +PyObject *lecp_build_authn_request_msg(PyObject *self, PyObject *args); + PyObject *lecp_build_authn_request_envelope_msg(PyObject *self, PyObject *args); +PyObject *lecp_build_authn_response_msg(PyObject *self, PyObject *args); + PyObject *lecp_build_authn_response_envelope_msg(PyObject *self, PyObject *args); PyObject *lecp_destroy(PyObject *self, PyObject *args); |
