/////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) // // See accompanying file COPYING.TXT file for licensing details. // /////////////////////////////////////////////////////////////////////////////// #ifndef CPPCMS_SCGI_HEADER_H #define CPPCMS_SCGI_HEADER_H #include #include namespace cppcms { namespace impl { CPPCMS_API std::string make_scgi_header(std::map const &env,size_t addon_size); } } #endif