From 5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 9 Jul 2004 00:06:34 +0000 Subject: *** empty log message *** --- python/lassomod.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'python/lassomod.c') diff --git a/python/lassomod.c b/python/lassomod.c index 2d719914..4a033043 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -53,6 +53,8 @@ #include "protocols/elements/py_assertion.h" #include "protocols/elements/py_authentication_statement.h" +#include "environs/py_server.h" + static PyMethodDef lasso_methods[] = { /* py_lasso.h */ {"init", init, METH_VARARGS}, @@ -202,6 +204,11 @@ static PyMethodDef lasso_methods[] = { /* authentication_statement.h */ {"authentication_statement_new", authentication_statement_new, METH_VARARGS}, + /* environs */ + /* py_server.h */ + {"server_new", server_new, METH_VARARGS}, + {"server_add_provider", server_add_provider, METH_VARARGS}, + {NULL, NULL} /* End of Methods Sentinel */ }; -- cgit