diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-16 11:02:04 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-16 11:02:04 +0000 |
| commit | aa4af2d1096e8f54edfc221863a02c4d6750e464 (patch) | |
| tree | e8e435d495d2e552dc6e9849e62b99ed313d6a8b /python/environs/py_user.h | |
| parent | 93f6823e610c97f5bf54eff96a71318cfc20bd3a (diff) | |
| download | lasso-aa4af2d1096e8f54edfc221863a02c4d6750e464.tar.gz lasso-aa4af2d1096e8f54edfc221863a02c4d6750e464.tar.xz lasso-aa4af2d1096e8f54edfc221863a02c4d6750e464.zip | |
*** empty log message ***
Diffstat (limited to 'python/environs/py_user.h')
| -rw-r--r-- | python/environs/py_user.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/environs/py_user.h b/python/environs/py_user.h index 21543209..cdde6d04 100644 --- a/python/environs/py_user.h +++ b/python/environs/py_user.h @@ -38,5 +38,9 @@ PyObject *LassoUser_wrap(LassoUser *user); PyObject *user_new(PyObject *self, PyObject *args); PyObject *user_new_from_dump(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_remove_assertion(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_USER_H__ */ |
