Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
authorJeremy Tan <[email protected]>
Mon, 2 Sep 2013 00:45:52 +0000 (08:45 +0800)
committerJeremy Tan <[email protected]>
Mon, 2 Sep 2013 00:45:52 +0000 (08:45 +0800)
1  2 
server/Makefile
server/fastcgi.c
server/fastcgi.h

diff --cc server/Makefile
Simple merge
Simple merge
@@@ -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
  

UCC git Repository :: git.ucc.asn.au