From c295d0eb4b11a024d1607f6a80275f372c345c08 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 26 Sep 2007 14:02:21 +0000 Subject: refactored strongswan manager removed buggy request parsing code, use ClearSilvers CGI kit instead fixed CHILD_SA listing in manager (needs better design) using secure XML communication through unix sockets removed images with questionable (non-GPL) license --- src/manager/lib/session.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/manager/lib/session.h') diff --git a/src/manager/lib/session.h b/src/manager/lib/session.h index a66b1a8e2..d18545876 100644 --- a/src/manager/lib/session.h +++ b/src/manager/lib/session.h @@ -24,7 +24,6 @@ #define SESSION_H_ #include "request.h" -#include "response.h" #include "controller.h" typedef struct session_t session_t; @@ -53,9 +52,8 @@ struct session_t { * @brief Process a request in this session. * * @param request request to process - * @param response response to send */ - void (*process)(session_t *this, request_t *request, response_t *response); + void (*process)(session_t *this, request_t *request); /** * @brief Destroy the session_t. -- cgit v1.2.3