diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-21 12:44:33 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-21 12:44:33 +0000 |
| commit | 1d7b3791454b797bfd8d5dc72600b6932a16552d (patch) | |
| tree | 4081f2bb056518fbe6974c9df7f68ba8e7cb7041 /python/environs/py_user.h | |
| parent | ddf6dd5516e6dbf778968c7fd97ba094c115d36b (diff) | |
| download | lasso-1d7b3791454b797bfd8d5dc72600b6932a16552d.tar.gz lasso-1d7b3791454b797bfd8d5dc72600b6932a16552d.tar.xz lasso-1d7b3791454b797bfd8d5dc72600b6932a16552d.zip | |
add list of identity provider id in user environ
Diffstat (limited to 'python/environs/py_user.h')
| -rw-r--r-- | python/environs/py_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_user.h b/python/environs/py_user.h index fa752e06..b3d253c5 100644 --- a/python/environs/py_user.h +++ b/python/environs/py_user.h @@ -43,7 +43,7 @@ PyObject *user_add_assertion(PyObject *self, PyObject *args); PyObject *user_destroy(PyObject *self, PyObject *args); PyObject *user_dump(PyObject *self, PyObject *args); PyObject *user_get_assertion(PyObject *self, PyObject *args); -PyObject *user_get_next_providerID(PyObject *self, PyObject *args); +PyObject *user_get_next_assertion_remote_providerID(PyObject *self, PyObject *args); PyObject *user_remove_assertion(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_USER_H__ */ |
