X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Ffastcgi.h;h=8678a775908c4c07f2ef02496d0d14727617f377;hb=01d1e74d5b4cefd75d9ff4a5a2a404a71a225712;hp=af56301c3a224efd7ee65797bd365b05bbe6dcc3;hpb=9e7cfbbc6137056bba8ed8644fc6ecfe398553fe;p=matches%2FMCTX3420.git diff --git a/server/fastcgi.h b/server/fastcgi.h index af56301..8678a77 100644 --- a/server/fastcgi.h +++ b/server/fastcgi.h @@ -59,6 +59,8 @@ extern void FCGI_RejectJSONEx(FCGIContext *context, StatusCodes status, const ch extern char *FCGI_EscapeText(char *buf); 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.