From d6a513e9e95c75007b343015347e4b7de1007512 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Mon, 12 Jul 2004 13:59:22 +0000 Subject: *** empty log message *** --- python/environs/py_server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/environs/py_server.h') 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__ */ -- cgit