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
bda64818
Commit
bda64818
authored
May 13, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
May 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnsapi: Mark internal symbols with hidden visibility.
parent
d98a6a88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dnsapi.h
dlls/dnsapi/dnsapi.h
+5
-5
No files found.
dlls/dnsapi/dnsapi.h
View file @
bda64818
...
...
@@ -141,11 +141,11 @@ static inline LPSTR dns_strdup_ua( const char *src )
return
dst
;
}
const
char
*
dns_type_to_str
(
unsigned
short
);
const
char
*
dns_type_to_str
(
unsigned
short
)
DECLSPEC_HIDDEN
;
#ifdef HAVE_RESOLV
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
*
);
int
dns_ns_name_uncompress
(
const
u_char
*
,
const
u_char
*
,
const
u_char
*
,
char
*
,
size_t
);
int
dns_ns_initparse
(
const
u_char
*
,
int
,
ns_msg
*
)
DECLSPEC_HIDDEN
;
int
dns_ns_parserr
(
ns_msg
*
,
ns_sect
,
int
,
ns_rr
*
)
DECLSPEC_HIDDEN
;
int
dns_ns_name_skip
(
const
u_char
**
,
const
u_char
*
)
DECLSPEC_HIDDEN
;
int
dns_ns_name_uncompress
(
const
u_char
*
,
const
u_char
*
,
const
u_char
*
,
char
*
,
size_t
)
DECLSPEC_HIDDEN
;
#endif
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