diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-30 15:34:29 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-30 15:34:29 +0000 |
| commit | 8fd99730d003cf1eff4b686fe13498952213ecc5 (patch) | |
| tree | d4bc040534f32cb4e2427b992578b32f0d12d713 /python/environs/py_profile.h | |
| parent | 78178c89fbdbe48f3d00ec9b82b457bbae84456f (diff) | |
| download | lasso-8fd99730d003cf1eff4b686fe13498952213ecc5.tar.gz lasso-8fd99730d003cf1eff4b686fe13498952213ecc5.tar.xz lasso-8fd99730d003cf1eff4b686fe13498952213ecc5.zip | |
Update end
Diffstat (limited to 'python/environs/py_profile.h')
| -rw-r--r-- | python/environs/py_profile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/environs/py_profile.h b/python/environs/py_profile.h index c71142b5..98f7e767 100644 --- a/python/environs/py_profile.h +++ b/python/environs/py_profile.h @@ -39,7 +39,14 @@ PyObject *LassoProfile_wrap(LassoProfile *ctx); PyObject *profile_get_request_type_from_soap_msg(PyObject *self, PyObject *args); PyObject *profile_new(PyObject *self, PyObject *args); +PyObject *profile_get_identity(PyObject *self, PyObject *args); +PyObject *profile_get_session(PyObject *self, PyObject *args); +PyObject *profile_is_identity_dirty(PyObject *self, PyObject *args); +PyObject *profile_is_session_dirty(PyObject *self, PyObject *args); +PyObject *profile_set_identity(PyObject *self, PyObject *args); PyObject *profile_set_identity_from_dump(PyObject *self, PyObject *args); +PyObject *profile_set_session(PyObject *self, PyObject *args); +PyObject *profile_set_session_from_dump(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_PROFILE_H__ */ |
