aboutsummaryrefslogtreecommitdiff
path: root/include/magi.h
blob: c14f8b6d230eb62e38cedcb120c0ce6c4cefb5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MAGI_INCLUDED_EVERYTHING
#define MAGI_INCLUDED_EVERYTHING
/** @file magi.h
 * @brief 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