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/environs/py_server.h | |
| parent | 07002aa3c5f58583ad917f66e35cb0353b9c7cde (diff) | |
| download | lasso-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.h | 1 |
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__ */ |
