Add basic jQuery & flot GUI
[matches/MCTX3420.git] / server / fastcgi.h
index 3340280..ec1db25 100644 (file)
@@ -22,11 +22,13 @@ extern void FCGI_BeginJSON(FCGIContext *context, StatusCodes status_code);
 extern void FCGI_JSONPair(const char *key, const char *value);
 extern void FCGI_JSONLong(const char *key, long value);
 extern void FCGI_JSONDouble(const char *key, double value);
+extern void FCGI_JSONBool(const char *key, bool value);
 extern void FCGI_JSONKey(const char *key);
 extern void FCGI_JSONValue(const char *format, ...);
 extern void FCGI_EndJSON();
 extern void FCGI_RejectJSON(FCGIContext *context);
 extern void * FCGI_RequestLoop (void *data);
+#define FCGI_PrintRaw FCGI_JSONValue // Functionality is identical
 
 #endif
 

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