Commit 6667cff0 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Declare VSL_tags[] rather than define it. This allows Varnish to build

on MacOS.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1108 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3f62141b
......@@ -54,7 +54,7 @@ int VSL_Dispatch(struct VSL_data *vd, vsl_handler *func, void *priv);
int VSL_NextLog(struct VSL_data *lh, unsigned char **pp);
int VSL_Arg(struct VSL_data *vd, int arg, const char *opt);
struct varnish_stats *VSL_OpenStats(void);
const char *VSL_tags[256];
extern const char *VSL_tags[256];
/* varnish_debug.c */
void vdb_panic(const char *, ...) V_DEAD;
......
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