diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-13 23:55:48 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-13 23:55:48 +0000 |
commit | a126ff51729dfd323186ab19c71dc84a1eba74ff (patch) | |
tree | 37c82de9b3953b46dd42262f21b5552454722b5f /python/protocols/py_authn_response.h | |
parent | bf2f894ddd6284fb6414b6a0920a43f11c348711 (diff) | |
download | lasso-a126ff51729dfd323186ab19c71dc84a1eba74ff.tar.gz lasso-a126ff51729dfd323186ab19c71dc84a1eba74ff.tar.xz lasso-a126ff51729dfd323186ab19c71dc84a1eba74ff.zip |
authn_response_new_from_export() function added
Diffstat (limited to 'python/protocols/py_authn_response.h')
-rw-r--r-- | python/protocols/py_authn_response.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/protocols/py_authn_response.h b/python/protocols/py_authn_response.h index 429745bd..f3d54c0f 100644 --- a/python/protocols/py_authn_response.h +++ b/python/protocols/py_authn_response.h @@ -39,6 +39,7 @@ PyObject *LassoAuthnResponse_wrap(LassoAuthnResponse *response); PyObject *authn_response_getattr(PyObject *self, PyObject *args); PyObject *authn_response_new_from_dump(PyObject *self, PyObject *args); +PyObject *authn_response_new_from_export(PyObject *self, PyObject *args); PyObject *authn_response_new_from_request_query(PyObject *self, PyObject *args); PyObject *authn_response_must_authenticate(PyObject *self, PyObject *args); PyObject *authn_response_process_authentication_result(PyObject *self, PyObject *args); |