diff options
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 370fa0b6..b80bd580 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -282,6 +282,7 @@ static PyMethodDef lasso_methods[] = { {"server_dump", server_dump, METH_VARARGS}, /* py_session.h */ + {"session_getattr", session_getattr, METH_VARARGS}, {"session_new", session_new, METH_VARARGS}, {"session_new_from_dump", session_new_from_dump, METH_VARARGS}, {"session_add_assertion", session_add_assertion, METH_VARARGS}, |
