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 5e0ad680..96fb2a8c 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -68,6 +68,7 @@ static PyMethodDef lasso_methods[] = {
{"response_create", response_create, METH_VARARGS},
{"response_getattr", response_getattr, METH_VARARGS},
{"response_init", response_init, METH_VARARGS},
+ {"response_add_assertion", response_add_assertion, METH_VARARGS},
{NULL, NULL} /* End of Methods Sentinel */
};