summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 21e62e4f..bdeef7bc 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -223,6 +223,7 @@ static PyMethodDef lasso_methods[] = {
{"logout_new", logout_new, METH_VARARGS},
{"logout_build_request_msg", logout_build_request_msg, METH_VARARGS},
{"logout_build_response_msg", logout_build_response_msg, METH_VARARGS},
+ {"logout_destroy", logout_destroy, METH_VARARGS},
{"logout_init_request", logout_init_request, METH_VARARGS},
{"logout_process_request_msg", logout_process_request_msg, METH_VARARGS},
{"logout_process_response_msg", logout_process_response_msg, METH_VARARGS},