mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
parent
cad15b9f92
commit
fc0e29dd57
3 changed files with 19 additions and 17 deletions
|
|
@ -99,7 +99,7 @@ DOHcode doh_encode(const char *host,
|
|||
unsigned char *dnsp, /* buffer */
|
||||
size_t len, /* buffer size */
|
||||
size_t *olen); /* output length */
|
||||
DOHcode doh_decode(unsigned char *doh,
|
||||
DOHcode doh_decode(const unsigned char *doh,
|
||||
size_t dohlen,
|
||||
DNStype dnstype,
|
||||
struct dohentry *d);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue