X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Ffastcgi.h;h=adb1db9007d55cc3cf38734f025fe5835555b65f;hb=52db446b6e39d5b56f09114d647923e933ae9d4a;hp=f0b8bd97f1c80aa13be009fb44348bc696213962;hpb=54d8526bce34af6b0d3a08c84e9d0bdfa6963224;p=matches%2FMCTX3420.git diff --git a/server/fastcgi.h b/server/fastcgi.h index f0b8bd9..adb1db9 100644 --- a/server/fastcgi.h +++ b/server/fastcgi.h @@ -58,6 +58,8 @@ extern char *FCGI_EscapeJSON(char *buf); extern void FCGI_RejectJSONEx(FCGIContext *context, StatusCodes status, const char *description); extern void *FCGI_RequestLoop (void *data); +extern void FCGI_WriteBinary(void * data, size_t size, size_t num_elem); + /** * Shortcut to calling FCGI_RejectJSONEx. Sets the error code * to STATUS_ERROR.