Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5931739c
Commit
5931739c
authored
May 29, 2006
by
Hans Leidekker
Committed by
Alexandre Julliard
May 30, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnsapi: Implement DnsQuery_{A,UTF8,W}.
parent
4cbbce8e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
dnsapi.h
dlls/dnsapi/dnsapi.h
+2
-0
dnsapi.spec
dlls/dnsapi/dnsapi.spec
+3
-3
query.c
dlls/dnsapi/query.c
+0
-0
No files found.
dlls/dnsapi/dnsapi.h
View file @
5931739c
...
...
@@ -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
*
);
...
...
dlls/dnsapi/dnsapi.spec
View file @
5931739c
...
...
@@ -76,11 +76,11 @@
@ stub DnsNameCopy
@ stub DnsNameCopyAllocate
@ stub DnsNotifyResolver
@ st
ub DnsQuery_A
@ st
dcall DnsQuery_A(str long long ptr ptr ptr)
@ stdcall DnsQueryConfig(long long wstr ptr ptr ptr)
@ stub DnsQueryEx
@ st
ub DnsQuery_UTF8
@ st
ub DnsQuery_W
@ st
dcall DnsQuery_UTF8(str long long ptr ptr ptr)
@ st
dcall DnsQuery_W(wstr long long ptr ptr ptr)
@ stub DnsRecordBuild_UTF8
@ stub DnsRecordBuild_W
@ stdcall DnsRecordCompare(ptr ptr)
...
...
dlls/dnsapi/query.c
View file @
5931739c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment