In some dns_transport getter functions it's possible to use a const dns_transport_t as the first argument instead of just dns_transport_t. Convert the function prototypes to use const.
In some dns_transport getter functions it's possible to use a const dns_transport_t as the first argument instead of just dns_transport_t. Convert the function prototypes to use const.