aboutsummaryrefslogtreecommitdiff
path: root/include/magi.h
blob: 00898783994578e09562643dea779db6e6e7e3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MAGI_INCLUDED_EVERYTHING
#define MAGI_INCLUDED_EVERYTHING
/* All headers are included here.
 * You can include this, if you don't want to think about headers.
 */
#include "magi/cgi.h"
#include "magi/cookie.h"
#include "magi/error.h"
#include "magi/fastcgi.h"
#include "magi/file.h"
#include "magi/param.h"
#include "magi/request.h"
#include "magi/response.h"
#include "magi/urlenc.h"
#endif