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

Function html_footer

tools/ippeveprinter.c:2884–2892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2882 */
2883
2884static void
2885html_footer(ippeve_client_t *client) /* I - Client */
2886{
2887 html_printf(client,
2888 "</div>\n"
2889 "</body>\n"
2890 "</html>\n");
2891 httpWrite2(client->http, "", 0);
2892}
2893
2894
2895/*

Callers 3

show_mediaFunction · 0.85
show_statusFunction · 0.85
show_suppliesFunction · 0.85

Calls 2

html_printfFunction · 0.85
httpWrite2Function · 0.85

Tested by

no test coverage detected