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
950439fd
Commit
950439fd
authored
Feb 18, 2017
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct prototype
parent
8723d4fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vtc.h
bin/varnishtest/vtc.h
+1
-1
vtc_log.c
bin/varnishtest/vtc_log.c
+1
-1
No files found.
bin/varnishtest/vtc.h
View file @
950439fd
...
...
@@ -102,7 +102,7 @@ void vtc_fatal(struct vtclog *vl, const char *, ...)
void
vtc_dump
(
struct
vtclog
*
vl
,
int
lvl
,
const
char
*
pfx
,
const
char
*
str
,
int
len
);
void
vtc_hexdump
(
struct
vtclog
*
vl
,
int
lvl
,
const
char
*
pfx
,
const
unsigned
char
*
str
,
int
len
);
const
char
*
str
,
int
len
);
int
vtc_send_proxy
(
int
fd
,
int
version
,
const
struct
suckaddr
*
sac
,
const
struct
suckaddr
*
sas
);
...
...
bin/varnishtest/vtc_log.c
View file @
950439fd
...
...
@@ -233,7 +233,7 @@ vtc_dump(struct vtclog *vl, int lvl, const char *pfx, const char *str, int len)
void
vtc_hexdump
(
struct
vtclog
*
vl
,
int
lvl
,
const
char
*
pfx
,
const
unsigned
char
*
str
,
int
len
)
const
char
*
str
,
int
len
)
{
int
nl
=
1
;
unsigned
l
;
...
...
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