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

Function cupsSetDests

cups/dest.c:2022–2027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2020 */
2021
2022void
2023cupsSetDests(int num_dests, /* I - Number of destinations */
2024 cups_dest_t *dests) /* I - Destinations */
2025{
2026 cupsSetDests2(CUPS_HTTP_DEFAULT, num_dests, dests);
2027}
2028
2029
2030/*

Callers 1

mainFunction · 0.85

Calls 1

cupsSetDests2Function · 0.85

Tested by

no test coverage detected