Commit 71b8f5ee authored by Per Andreas Buer's avatar Per Andreas Buer

fix build error

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5209 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 379352f6
......@@ -85,7 +85,7 @@ For the std VMOD, the compiled vcc_if.h file looks like this::
const char * vmod_tolower(struct sess *, void **, const char *, ...);
int meta_function(void **, const struct VCL_conf *);
Those are your C prototypes. Notice the "vmod_" prefix on the function
Those are your C prototypes. Notice the "vmod\_" prefix on the function
names and the C-types as return types and arguments.
VCL and C data types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment