summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-14 13:29:42 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-14 13:29:42 +0000
commit37b91c1e7a48b5f693a8ecd1820900e247313ccd (patch)
treef93ccaf25d630dc151e52e47cbb024cf31108258 /python/environs/py_login.h
parent6dd81a97236a54cde4bf80b18d28b191b13f6127 (diff)
downloadlasso-37b91c1e7a48b5f693a8ecd1820900e247313ccd.tar.gz
lasso-37b91c1e7a48b5f693a8ecd1820900e247313ccd.tar.xz
lasso-37b91c1e7a48b5f693a8ecd1820900e247313ccd.zip
*** empty log message ***
Diffstat (limited to 'python/environs/py_login.h')
-rw-r--r--python/environs/py_login.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index f0a22ee9..4fae7931 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -47,11 +47,12 @@ 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_process_authn_response_msg(PyObject *self, PyObject *args);
-PyObject *login_process_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);
PyObject *login_init_request(PyObject *self, PyObject *args);
PyObject *login_must_authenticate(PyObject *self, PyObject *args);
+PyObject *login_process_authn_response_msg(PyObject *self, PyObject *args);
+PyObject *login_process_request_msg(PyObject *self, PyObject *args);
+PyObject *login_process_response_msg(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LOGIN_H__ */