diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 17:13:24 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 17:13:24 +0000 |
| commit | 43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551 (patch) | |
| tree | 57bd344890db180529297ca56753d7c79f44ad67 /python/environs/py_logout.h | |
| parent | ee6e79e10b4285ac15a18794291eb8079065579a (diff) | |
| download | lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.gz lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.xz lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.zip | |
*** empty log message ***
Diffstat (limited to 'python/environs/py_logout.h')
| -rw-r--r-- | python/environs/py_logout.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/environs/py_logout.h b/python/environs/py_logout.h index 9bd8e5b6..20806913 100644 --- a/python/environs/py_logout.h +++ b/python/environs/py_logout.h @@ -28,6 +28,9 @@ #include <lasso/environs/logout.h> +#include "py_server.h" +#include "py_user.h" + typedef struct { PyObject_HEAD LassoLogout *obj; @@ -40,7 +43,7 @@ PyObject *logout_new(PyObject *self, PyObject *args); PyObject *logout_build_request_msg(PyObject *self, PyObject *args); PyObject *logout_build_response_msg(PyObject *self, PyObject *args); PyObject *logout_init_request(PyObject *self, PyObject *args); -PyObject *logout_handle_request(PyObject *self, PyObject *args) -PyObject *logout_handle_response(PyObject *self, PyObject *args); +PyObject *logout_handle_request_msg(PyObject *self, PyObject *args); +PyObject *logout_handle_response_msg(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_LOGOUT_H__ */ |
