aboutsummaryrefslogtreecommitdiff
path: root/src/magi.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-02-04 18:14:54 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-02-04 18:14:54 +0300
commit8ef310a22a54dca7a80947f83f03bc296ab298dd (patch)
tree739df8f259747508176ecfcdb32f06d711d6c244 /src/magi.h
parent676f6520bf76867135f1af4fab5d69b3b212d198 (diff)
downloadmagi-8ef310a22a54dca7a80947f83f03bc296ab298dd.tar
magi-8ef310a22a54dca7a80947f83f03bc296ab298dd.tar.xz
magi-8ef310a22a54dca7a80947f83f03bc296ab298dd.zip
[magi]
Diffstat (limited to 'src/magi.h')
-rw-r--r--src/magi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/magi.h b/src/magi.h
new file mode 100644
index 0000000..b7df63c
--- /dev/null
+++ b/src/magi.h
@@ -0,0 +1,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