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

Function cupsGetDefault

cups/util.c:299–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cupsGetDefault2Function · 0.85

Tested by

no test coverage detected