summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-26 18:19:16 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-26 18:19:16 +0000
commit002aab58211182377e4f7233722762ee52c7261f (patch)
tree6169c8d5f969ab88023436d082843a7247f48dae /python/lassomod.c
parent8ae1b1ce45388639f2a07544e3588adb0cdd84a2 (diff)
downloadlasso-002aab58211182377e4f7233722762ee52c7261f.tar.gz
lasso-002aab58211182377e4f7233722762ee52c7261f.tar.xz
lasso-002aab58211182377e4f7233722762ee52c7261f.zip
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c2
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},