diff options
author | Martin Willi <martin@strongswan.org> | 2007-09-14 14:07:30 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-09-14 14:07:30 +0000 |
commit | c01f7bf989dedcc61e4e812fd57d6d73997cfd85 (patch) | |
tree | e50601b98d290e941b0ea2ab9ac1769dc6f9519a /src/manager/lib/response.h | |
parent | 15a9d460c05ac73dfae41bc8a66b07f0c2a48328 (diff) | |
download | strongswan-c01f7bf989dedcc61e4e812fd57d6d73997cfd85.tar.bz2 strongswan-c01f7bf989dedcc61e4e812fd57d6d73997cfd85.tar.xz |
added subnets of CHILD_SAs to xml interface
a first design of Managers IKE_SA list page
Diffstat (limited to 'src/manager/lib/response.h')
-rw-r--r-- | src/manager/lib/response.h | 7 |
1 files changed, 7 insertions, 0 deletions
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. |