Commit 65709456 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Isolate VAV from libvarnish.h

parent 58db1e65
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
#include "stevedore.h" #include "stevedore.h"
#include "hash_slinger.h" #include "hash_slinger.h"
#include "vsha256.h" #include "vsha256.h"
#include "vav.h"
#include "cache_backend.h" #include "cache_backend.h"
static const struct hash_slinger *hash; static const struct hash_slinger *hash;
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include "vrt.h" #include "vrt.h"
#include "vrt_obj.h" #include "vrt_obj.h"
#include "vav.h"
#include "vcl.h" #include "vcl.h"
#include "hash_slinger.h" #include "hash_slinger.h"
#include "cache_backend.h" #include "cache_backend.h"
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
#include "vparam.h" #include "vparam.h"
#include "cache_waiter.h" #include "cache_waiter.h"
#include "vav.h"
#include "vss.h" #include "vss.h"
#define MAGIC_INIT_STRING "\001" #define MAGIC_INIT_STRING "\001"
......
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
#include "heritage.h" #include "heritage.h"
#include "vmb.h" #include "vmb.h"
#include "vsm.h" #include "vsm.h"
#include "vav.h"
#include "flopen.h" #include "flopen.h"
#ifndef MAP_HASSEMAPHORE #ifndef MAP_HASSEMAPHORE
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include "cache.h" #include "cache.h"
#include "stevedore.h" #include "stevedore.h"
#include "vav.h"
#include "cli_priv.h" #include "cli_priv.h"
#include "vrt_obj.h" #include "vrt_obj.h"
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
#include "vcli.h" #include "vcli.h"
#include "cli_common.h" #include "cli_common.h"
#include "vav.h"
#include "vin.h" #include "vin.h"
#include "heritage.h" #include "heritage.h"
#include "mgt.h" #include "mgt.h"
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include "vtc.h" #include "vtc.h"
#include "vav.h"
#include "libvarnish.h" #include "libvarnish.h"
......
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
struct vsb; struct vsb;
#include "vav.h"
/* from libvarnish/num.c */ /* from libvarnish/num.c */
const char *str2bytes(const char *p, uintmax_t *r, uintmax_t rel); const char *str2bytes(const char *p, uintmax_t *r, uintmax_t rel);
......
...@@ -43,7 +43,8 @@ ...@@ -43,7 +43,8 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "libvarnish.h" #include "vas.h"
#include "vav.h"
int int
VAV_BackSlash(const char *s, char *res) VAV_BackSlash(const char *s, char *res)
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include "vqueue.h" #include "vqueue.h"
#include "vsb.h" #include "vsb.h"
#include "vav.h"
#include "vlu.h" #include "vlu.h"
#include "vcli.h" #include "vcli.h"
#include "cli_priv.h" #include "cli_priv.h"
......
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