diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-30 12:02:28 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-30 12:02:28 +0000 |
| commit | 407ce45c3b8ff3cbaafe3551423d09759ea699a6 (patch) | |
| tree | f8762b82681037db9db5ca966bf089b51a2086ce /python/environs/py_profile.h | |
| parent | 04c32c9de2acb7bc10303b071fdd064ea0a355be (diff) | |
| download | lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.gz lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.xz lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.zip | |
Update
Diffstat (limited to 'python/environs/py_profile.h')
| -rw-r--r-- | python/environs/py_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_profile.h b/python/environs/py_profile.h index 7e985dd2..c71142b5 100644 --- a/python/environs/py_profile.h +++ b/python/environs/py_profile.h @@ -39,7 +39,7 @@ 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_set_user_from_dump(PyObject *self, PyObject *args); +PyObject *profile_set_identity_from_dump(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_PROFILE_H__ */ |
