From: Jeremy Tan Date: Mon, 2 Sep 2013 00:45:52 +0000 (+0800) Subject: Merge branch 'master' of https://github.com/szmoore/MCTX3420.git X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=744b902d7f7b532ddb19d95828d8787653e1b84c;p=matches%2FMCTX3420.git Merge branch 'master' of https://github.com/szmoore/MCTX3420.git --- 744b902d7f7b532ddb19d95828d8787653e1b84c diff --cc server/fastcgi.h index bac816a,ec1db25..c4d2ef5 --- a/server/fastcgi.h +++ b/server/fastcgi.h @@@ -29,8 -27,8 +29,9 @@@ extern void FCGI_JSONKey(const char *ke extern void FCGI_JSONValue(const char *format, ...); extern void FCGI_EndJSON(); extern void FCGI_RejectJSON(FCGIContext *context); +extern void FCGI_RejectJSONEx(FCGIContext *context, StatusCodes status, const char *description); extern void * FCGI_RequestLoop (void *data); + #define FCGI_PrintRaw FCGI_JSONValue // Functionality is identical #endif