diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-26 18:19:16 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-26 18:19:16 +0000 |
commit | 002aab58211182377e4f7233722762ee52c7261f (patch) | |
tree | 6169c8d5f969ab88023436d082843a7247f48dae /python/lassomod.c | |
parent | 8ae1b1ce45388639f2a07544e3588adb0cdd84a2 (diff) | |
download | lasso-002aab58211182377e4f7233722762ee52c7261f.tar.gz lasso-002aab58211182377e4f7233722762ee52c7261f.tar.xz lasso-002aab58211182377e4f7233722762ee52c7261f.zip |
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r-- | python/lassomod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 376aaf7f..0fe4906d 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -203,6 +203,8 @@ static PyMethodDef lasso_methods[] = { /* environs */ {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS}, + {"profile_context_new", profile_context_new, METH_VARARGS}, + {"profile_context_set_user_from_dump", profile_context_set_user_from_dump, METH_VARARGS}, /* py_federation_termination.h */ {"federation_termination_getattr", federation_termination_getattr, METH_VARARGS}, |