MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cgiStartMultipart

Function cgiStartMultipart

cgi-bin/html.c:179–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 */
178
179void
180cgiStartMultipart(void)
181{
182 puts("MIME-Version: 1.0\n"
183 "Content-Type: multipart/x-mixed-replace; boundary=\"CUPS-MULTIPART\"\n");
184 fflush(stdout);
185
186 cgi_multipart = "--CUPS-MULTIPART";
187}
188
189
190/*

Callers 3

cgiPrintCommandFunction · 0.85
choose_device_cbFunction · 0.85
do_am_printerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected