summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
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 9135b060..1e34c17c 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -56,6 +56,7 @@
#include "environs/py_federation_termination.h"
#include "environs/py_login.h"
#include "environs/py_logout.h"
+#include "environs/py_profile_context.h"
#include "environs/py_register_name_identifier.h"
#include "environs/py_server.h"
#include "environs/py_user.h"
@@ -198,6 +199,7 @@ static PyMethodDef lasso_methods[] = {
{"authentication_statement_new", authentication_statement_new, METH_VARARGS},
/* environs */
+ {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS},
/* py_federation_termination.h */
{"federation_termination_getattr", federation_termination_getattr, METH_VARARGS},