Commit 5931739c authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

dnsapi: Implement DnsQuery_{A,UTF8,W}.

parent 4cbbce8e
......@@ -138,6 +138,8 @@ static inline LPSTR dns_strdup_ua( const char *src )
return dst;
}
const char *dns_type_to_str( unsigned short );
int dns_ns_initparse( const u_char *, int, ns_msg * );
int dns_ns_parserr( ns_msg *, ns_sect, int, ns_rr * );
int dns_ns_name_skip( const u_char **, const u_char * );
......
......@@ -76,11 +76,11 @@
@ stub DnsNameCopy
@ stub DnsNameCopyAllocate
@ stub DnsNotifyResolver
@ stub DnsQuery_A
@ stdcall DnsQuery_A(str long long ptr ptr ptr)
@ stdcall DnsQueryConfig(long long wstr ptr ptr ptr)
@ stub DnsQueryEx
@ stub DnsQuery_UTF8
@ stub DnsQuery_W
@ stdcall DnsQuery_UTF8(str long long ptr ptr ptr)
@ stdcall DnsQuery_W(wstr long long ptr ptr ptr)
@ stub DnsRecordBuild_UTF8
@ stub DnsRecordBuild_W
@ stdcall DnsRecordCompare(ptr ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment