| 177 | */ |
| 178 | |
| 179 | void |
| 180 | cgiStartMultipart(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 | /* |
no outgoing calls
no test coverage detected