aboutsummaryrefslogtreecommitdiff
path: root/include/magi.h
blob: e89a322d31a9b86e67f49a0ded802190b2291348 (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/cookie.h"
#include "magi/error.h"
#include "magi/file.h"
#include "magi/loadfiles.h"
#include "magi/param.h"
#include "magi/parse.h"
#include "magi/request.h"
#include "magi/response.h"
#include "magi/urlenc.h"
#endif