| 2272 | */ |
| 2273 | |
| 2274 | static int /* O - 1 to continue, 0 to stop */ |
| 2275 | error_cb(_ipp_file_t *f, /* I - IPP file data */ |
| 2276 | ipptool_test_t *data, /* I - Test data */ |
| 2277 | const char *error) /* I - Error message */ |
| 2278 | { |
| 2279 | (void)f; |
| 2280 | |
| 2281 | print_fatal_error(data, "%s", error); |
| 2282 | |
| 2283 | return (1); |
| 2284 | } |
| 2285 | |
| 2286 | |
| 2287 | /* |
nothing calls this directly
no test coverage detected