summaryrefslogtreecommitdiffstats
path: root/python/environs/py_server.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-13 00:19:21 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-13 00:19:21 +0000
commit0d240f6c5c1a8cf8657400807bae545186a7efe0 (patch)
tree3b958cb33b6f034372d3ab087f4785652ff9eef4 /python/environs/py_server.h
parent07002aa3c5f58583ad917f66e35cb0353b9c7cde (diff)
downloadlasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.tar.gz
lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.tar.xz
lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.zip
*** empty log message ***
Diffstat (limited to 'python/environs/py_server.h')
-rw-r--r--python/environs/py_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/environs/py_server.h b/python/environs/py_server.h
index 02d91954..52b7b6ae 100644
--- a/python/environs/py_server.h
+++ b/python/environs/py_server.h
@@ -39,6 +39,7 @@ PyObject *LassoServer_wrap(LassoServer *server);
PyObject *server_new(PyObject *self, PyObject *args);
PyObject *server_new_from_dump(PyObject *self, PyObject *args);
PyObject *server_add_provider(PyObject *self, PyObject *args);
+PyObject *server_destroy(PyObject *self, PyObject *args);
PyObject *server_dump(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_SERVER_H__ */