| 2882 | */ |
| 2883 | |
| 2884 | static void |
| 2885 | html_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 | /* |
no test coverage detected