Commit 5b21d90f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

dnsapi: Add a stub for DnsFlushResolverCache.

parent 980bb171
......@@ -31,7 +31,7 @@
@ stdcall DnsExtractRecordsFromMessage_UTF8(ptr long ptr)
@ stdcall DnsExtractRecordsFromMessage_W(ptr long ptr)
@ stub DnsFindAuthoritativeZone
@ stub DnsFlushResolverCache
@ stdcall DnsFlushResolverCache()
@ stub DnsFlushResolverCacheEntry_A
@ stub DnsFlushResolverCacheEntry_UTF8
@ stub DnsFlushResolverCacheEntry_W
......
......@@ -90,6 +90,16 @@ DNS_STATUS WINAPI DnsAcquireContextHandle_W( DWORD flags, PVOID cred,
}
/******************************************************************************
* DnsFlushResolverCache [DNSAPI.@]
*
*/
VOID WINAPI DnsFlushResolverCache(void)
{
FIXME(": stub\n");
}
/******************************************************************************
* DnsReleaseContextHandle [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