diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-12 13:59:22 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-12 13:59:22 +0000 |
| commit | d6a513e9e95c75007b343015347e4b7de1007512 (patch) | |
| tree | 8f83cffb1eeaec5fd755a73f9ff94e1eae6b1df6 /python/environs/py_server.h | |
| parent | 1703b150dd8a35e23eee4e2a3df5f2e78aca25b0 (diff) | |
| download | lasso-d6a513e9e95c75007b343015347e4b7de1007512.tar.gz lasso-d6a513e9e95c75007b343015347e4b7de1007512.tar.xz lasso-d6a513e9e95c75007b343015347e4b7de1007512.zip | |
*** empty log message ***
Diffstat (limited to 'python/environs/py_server.h')
| -rw-r--r-- | python/environs/py_server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/environs/py_server.h b/python/environs/py_server.h index 9c05001f..02d91954 100644 --- a/python/environs/py_server.h +++ b/python/environs/py_server.h @@ -37,6 +37,8 @@ typedef struct { 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_dump(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_SERVER_H__ */ |
