Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
ac13bad3
Commit
ac13bad3
authored
Aug 03, 2015
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct prototypes
parent
f6851567
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mgt_acceptor.c
bin/varnishd/mgt/mgt_acceptor.c
+1
-1
mgt_cli.c
bin/varnishd/mgt/mgt_cli.c
+1
-1
No files found.
bin/varnishd/mgt/mgt_acceptor.c
View file @
ac13bad3
...
...
@@ -118,7 +118,7 @@ struct mac_help {
enum
sess_step
first_step
;
};
static
int
__match_proto__
(
vss_resolve
r
_f
)
static
int
__match_proto__
(
vss_resolve
d
_f
)
mac_callback
(
void
*
priv
,
const
struct
suckaddr
*
sa
)
{
struct
mac_help
*
mh
;
...
...
bin/varnishd/mgt/mgt_cli.c
View file @
ac13bad3
...
...
@@ -524,7 +524,7 @@ mgt_cli_secret(const char *S_arg)
secret_file
=
S_arg
;
}
static
int
__match_proto__
(
vss_resolve
r
_f
)
static
int
__match_proto__
(
vss_resolve
d
_f
)
mct_callback
(
void
*
priv
,
const
struct
suckaddr
*
sa
)
{
int
sock
;
...
...
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