diff options
Diffstat (limited to 'include/util_cookies.h')
-rw-r--r-- | include/util_cookies.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/util_cookies.h b/include/util_cookies.h index 262ff13f15..b46c9bc0de 100644 --- a/include/util_cookies.h +++ b/include/util_cookies.h @@ -33,6 +33,8 @@ extern "C" { * RFC2109 and RFC2965 compliant HTTP cookies can be read from and written * to using this set of functions. * + * @{ + * */ #include "apr_errno.h" @@ -125,6 +127,10 @@ AP_DECLARE(apr_status_t) ap_cookie_read(request_rec * r, const char *name, const */ AP_DECLARE(apr_status_t) ap_cookie_check_string(const char *string); +/** + * @} + */ + #ifdef __cplusplus } #endif |