hooklib/dns.c: Delineate declarations

This commit is contained in:
Tau 2019-09-07 16:25:12 -04:00
parent 1a073c7e1a
commit 63729cc95e
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,8 @@ struct dns_hook_entry {
wchar_t *to;
};
/* Hook funcs */
static DNS_STATUS WINAPI hook_DnsQuery_A(
const char *pszName,
WORD wType,
@ -57,6 +59,8 @@ static DNS_STATUS WINAPI hook_DnsQueryEx(
void *pQueryResults,
void *pCancelHandle);
/* Link pointers */
static DNS_STATUS WINAPI (*next_DnsQuery_A)(
const char *pszName,
WORD wType,