Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void
54
cgiEndMultipart(void)
55
{
56
if (cgi_multipart)
57
{
58
printf(
"\n%s--\n"
, cgi_multipart);
59
fflush(stdout);
60
}
61
}
62
63
64
/*
Callers
2
cgiPrintCommand
Function · 0.85
do_am_printer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected