aboutsummaryrefslogtreecommitdiff
path: root/src/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.h')
-rw-r--r--src/response.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/response.h b/src/response.h
index 95f6537..7389637 100644
--- a/src/response.h
+++ b/src/response.h
@@ -35,6 +35,9 @@ void magi_response_cookie_easy(struct magi_response * response,
const char * name,
const char * value);
+void magi_response_cookie_discard(struct magi_response * response,
+ const char * name);
+
void magi_response_http(struct magi_response * response,
const char * name,
const char * data);