diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-15 17:42:49 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-15 17:42:49 +0000 |
| commit | 58a10f4c019ed6c30dbe7e18e6265bf2281a8278 (patch) | |
| tree | ff5f4a0de55096ae940e6ea5c1d7d23079baaedb /python/environs/py_login.h | |
| parent | e305d16e5a785040a343643cae9669e3c6601ada (diff) | |
| download | lasso-58a10f4c019ed6c30dbe7e18e6265bf2281a8278.tar.gz lasso-58a10f4c019ed6c30dbe7e18e6265bf2281a8278.tar.xz lasso-58a10f4c019ed6c30dbe7e18e6265bf2281a8278.zip | |
Added method create_user in Login class
+ Update
Diffstat (limited to 'python/environs/py_login.h')
| -rw-r--r-- | python/environs/py_login.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h index 4fae7931..004cabe6 100644 --- a/python/environs/py_login.h +++ b/python/environs/py_login.h @@ -46,6 +46,7 @@ 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_create_user(PyObject *self, PyObject *args); PyObject *login_dump(PyObject *self, PyObject *args); PyObject *login_init_authn_request(PyObject *self, PyObject *args); PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args); |
