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

Function cgiEndMultipart

cgi-bin/html.c:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 */
52
53void
54cgiEndMultipart(void)
55{
56 if (cgi_multipart)
57 {
58 printf("\n%s--\n", cgi_multipart);
59 fflush(stdout);
60 }
61}
62
63
64/*

Callers 2

cgiPrintCommandFunction · 0.85
do_am_printerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected