#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