Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2022
void
2023
cupsSetDests(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
main
Function · 0.85
Calls
1
cupsSetDests2
Function · 0.85
Tested by
no test coverage detected