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

#include "request.h"


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


#endif