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

Function ppdCollect

cups/ppd-emit.c:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 */
52
53int /* O - Number of options marked */
54ppdCollect(ppd_file_t *ppd, /* I - PPD file data */
55 ppd_section_t section, /* I - Section to collect */
56 ppd_choice_t ***choices) /* O - Pointers to choices */
57{
58 return (ppdCollect2(ppd, section, 0.0, choices));
59}
60
61
62/*

Callers

nothing calls this directly

Calls 1

ppdCollect2Function · 0.85

Tested by

no test coverage detected