summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-11 22:13:42 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-11 22:13:42 +0000
commitc1ffd41e7599ac1502c29d0a04a2b1ca289d7f66 (patch)
tree68f2c852a9fb6491f3c6953f9c32a10dabd1e3e3 /python/environs/py_login.h
parent9f85a16d977b9724c2ef45e819a03ed4c00d6cdc (diff)
downloadlasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.tar.gz
lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.tar.xz
lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.zip
*** empty log message ***
Diffstat (limited to 'python/environs/py_login.h')
-rw-r--r--python/environs/py_login.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 8fed53ae..3c50fe9f 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -44,7 +44,10 @@ PyObject *login_new(PyObject *self, PyObject *args);
PyObject *login_new_from_dump(PyObject *self, PyObject *args);
PyObject *login_build_artifact_msg(PyObject *self, PyObject *args);
PyObject *login_build_authn_request_msg(PyObject *self, PyObject *args);
+PyObject *login_build_authn_response_msg(PyObject *self, PyObject *args);
PyObject *login_build_request_msg(PyObject *self, PyObject *args);
+PyObject *login_dump(PyObject *self, PyObject *args);
+PyObject *login_handle_authn_response_msg(PyObject *self, PyObject *args);
PyObject *login_handle_request_msg(PyObject *self, PyObject *args);
PyObject *login_init_authn_request(PyObject *self, PyObject *args);
PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args);