aboutsummaryrefslogtreecommitdiff
path: root/src/cookies.h
blob: 62b72493ea6bfd753f38332f821ca7fe3c41df18 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MAGI_INCLUDED_COOKIES
#define MAGI_INCLUDED_COOKIES

#include "request.h"


void magi_parse_cookies(struct magi_request *request, const char *data);


#endif