Commit 0bf86e4b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Rename argv.h to vav.h

parent 0cfc7187
......@@ -10,7 +10,6 @@ pkginclude_HEADERS = \
varnishapi.h
nobase_noinst_HEADERS = \
argv.h \
ban_vars.h \
binary_heap.h \
cli.h \
......@@ -28,6 +27,7 @@ nobase_noinst_HEADERS = \
miniobj.h \
persistent.h \
vas.h \
vav.h \
vsha256.h \
vqueue.h \
vpf.h \
......
......@@ -41,7 +41,7 @@
struct vsb;
#include "argv.h"
#include "vav.h"
/* from libvarnish/num.c */
const char *str2bytes(const char *p, uintmax_t *r, uintmax_t rel);
......
......@@ -35,9 +35,9 @@
#include <stdlib.h>
#include "vas.h"
#include "vav.h"
#include "vsm.h"
#include "vsc.h"
#include "argv.h"
#include "vqueue.h"
#include "miniobj.h"
#include "varnishapi.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