Commit d74b280e authored by Alexandre Julliard's avatar Alexandre Julliard

dnsapi: DnsExtractRecordsFromMessage_A is not exported.

parent ce49817b
......@@ -99,19 +99,6 @@ void WINAPI DnsReleaseContextHandle( HANDLE context )
}
/******************************************************************************
* DnsExtractRecordsFromMessage_A [DNSAPI.@]
*
*/
DNS_STATUS WINAPI DnsExtractRecordsFromMessage_A( PDNS_MESSAGE_BUFFER buffer,
WORD len, PDNS_RECORDA *record )
{
FIXME( "(%p,%d,%p) stub\n", buffer, len, record );
*record = NULL;
return ERROR_SUCCESS;
}
/******************************************************************************
* DnsExtractRecordsFromMessage_UTF8 [DNSAPI.@]
*
*/
......
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