aboutsummaryrefslogtreecommitdiff
path: root/src/magi.h
blob: b7df63c2eb1407e47a12ff382b3a1e34296e2a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef MAGI_INCLUDED
#define MAGI_INCLUDED
/*     Magi Header Collection
 * You can include this, if you don't want to think about headers.
 */
#include "cgi.h"
#include "cookie.h"
#include "error.h"
#include "fastcgi.h"
#include "file.h"
#include "param.h"
#include "request.h"
#include "response.h"
#include "urlenc.h"

#endif