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
906c0cac
Commit
906c0cac
authored
Jan 06, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnsapi: Declare some items static.
parent
7f0b93ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main.c
dlls/dnsapi/main.c
+1
-1
ns_name.c
dlls/dnsapi/ns_name.c
+2
-2
No files found.
dlls/dnsapi/main.c
View file @
906c0cac
...
...
@@ -30,7 +30,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
dnsapi
);
HINSTANCE
hdnsapi
;
static
HINSTANCE
hdnsapi
;
BOOL
WINAPI
DllMain
(
HINSTANCE
hinst
,
DWORD
reason
,
LPVOID
reserved
)
{
...
...
dlls/dnsapi/ns_name.c
View file @
906c0cac
...
...
@@ -54,7 +54,7 @@ static int printable(int);
* The root is returned as "."
* All other domains are returned in non absolute form
*/
int
static
int
dns_ns_name_ntop
(
const
u_char
*
src
,
char
*
dst
,
size_t
dstsiz
)
{
const
u_char
*
cp
;
char
*
dn
,
*
eom
;
...
...
@@ -275,7 +275,7 @@ dns_ns_name_pton(const char *src, u_char *dst, size_t dstsiz) {
* return:
* -1 if it fails, or consumed octets if it succeeds.
*/
int
static
int
dns_ns_name_unpack
(
const
u_char
*
msg
,
const
u_char
*
eom
,
const
u_char
*
src
,
u_char
*
dst
,
size_t
dstsiz
)
{
...
...
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