aboutsummaryrefslogtreecommitdiff
path: root/include/magi.h
blob: 60f0cc9435600663726a7da7acf862263fa647c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef MAGI_INCLUDED
#define MAGI_INCLUDED
/** @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"


/** @mainpage Magi Gateway Interfaces Library
 */


#endif