summaryrefslogtreecommitdiffstats
path: root/python/environs/py_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_server.h')
-rw-r--r--python/environs/py_server.h2
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__ */