summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-09 16:18:29 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-09 16:18:29 +0000
commit9fa431a8e7e98db55a2bd764223c1cddb18a46d2 (patch)
tree2403ae4575064d6afcf92e224701e11a41725c56 /python
parent9b0c1210eb3bd41e0873e8b01ee599b5f6d4f798 (diff)
downloadlasso-9fa431a8e7e98db55a2bd764223c1cddb18a46d2.tar.gz
lasso-9fa431a8e7e98db55a2bd764223c1cddb18a46d2.tar.xz
lasso-9fa431a8e7e98db55a2bd764223c1cddb18a46d2.zip
add entry for logout binding
Diffstat (limited to 'python')
-rw-r--r--python/lassomod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 34924926..e966ad7b 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -227,6 +227,7 @@ static PyMethodDef lasso_methods[] = {
{"user_new", user_new, METH_VARARGS},
{"user_new_from_dump", user_new_from_dump, METH_VARARGS},
+
{NULL, NULL} /* End of Methods Sentinel */
};