| 297 | */ |
| 298 | |
| 299 | const char * /* O - Default printer or @code NULL@ */ |
| 300 | cupsGetDefault(void) |
| 301 | { |
| 302 | /* |
| 303 | * Return the default printer... |
| 304 | */ |
| 305 | |
| 306 | return (cupsGetDefault2(CUPS_HTTP_DEFAULT)); |
| 307 | } |
| 308 | |
| 309 | |
| 310 | /* |
nothing calls this directly
no test coverage detected