summaryrefslogtreecommitdiffstats
path: root/python/environs/py_profile.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-30 15:34:29 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-30 15:34:29 +0000
commit8fd99730d003cf1eff4b686fe13498952213ecc5 (patch)
treed4bc040534f32cb4e2427b992578b32f0d12d713 /python/environs/py_profile.h
parent78178c89fbdbe48f3d00ec9b82b457bbae84456f (diff)
downloadlasso-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.h7
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__ */