diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-13 00:19:21 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-13 00:19:21 +0000 |
| commit | 0d240f6c5c1a8cf8657400807bae545186a7efe0 (patch) | |
| tree | 3b958cb33b6f034372d3ab087f4785652ff9eef4 /python/lassomod.c | |
| parent | 07002aa3c5f58583ad917f66e35cb0353b9c7cde (diff) | |
| download | lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.tar.gz lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.tar.xz lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.zip | |
*** empty log message ***
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 8d6c4a69..c080d453 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -229,6 +229,7 @@ static PyMethodDef lasso_methods[] = { {"server_new", server_new, METH_VARARGS}, {"server_new_from_dump", server_new_from_dump, METH_VARARGS}, {"server_add_provider", server_add_provider, METH_VARARGS}, + {"server_destroy", server_destroy, METH_VARARGS}, {"server_dump", server_dump, METH_VARARGS}, /* py_user.h */ |
