From c01f7bf989dedcc61e4e812fd57d6d73997cfd85 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 14 Sep 2007 14:07:30 +0000 Subject: added subnets of CHILD_SAs to xml interface a first design of Managers IKE_SA list page --- src/manager/lib/response.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/manager/lib/response.h') diff --git a/src/manager/lib/response.h b/src/manager/lib/response.h index e3be2cf43..50d0eacc1 100644 --- a/src/manager/lib/response.h +++ b/src/manager/lib/response.h @@ -78,6 +78,13 @@ struct response_t { * @param location location to redirect to */ void (*redirect)(response_t *this, char *location); + + /** + * @brief Get the base path of the application. + * + * @return base path + */ + char* (*get_base)(response_t *this); /** * @brief Destroy a response_t. -- cgit v1.2.3