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

Rename vsl.h to vslapi.h



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4926 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b604c974
......@@ -7,7 +7,7 @@ lib_LTLIBRARIES = libvarnishapi.la
libvarnishapi_la_LDFLAGS = -version-info 1:0:0
libvarnishapi_la_SOURCES = \
vsl.h \
vslapi.h \
\
../libvarnish/assert.c \
../libvarnish/argv.c \
......
......@@ -51,7 +51,7 @@ SVNID("$Id$")
#include "miniobj.h"
#include "varnishapi.h"
#include "vsl.h"
#include "vslapi.h"
#ifndef MAP_HASSEMAPHORE
#define MAP_HASSEMAPHORE 0 /* XXX Linux */
......
......@@ -52,7 +52,7 @@ SVNID("$Id$")
#include "miniobj.h"
#include "varnishapi.h"
#include "vsl.h"
#include "vslapi.h"
/*--------------------------------------------------------------------*/
......
......@@ -48,7 +48,7 @@ SVNID("$Id$")
#include "miniobj.h"
#include "varnishapi.h"
#include "vsl.h"
#include "vslapi.h"
#include "vmb.h"
static int vsl_nextlog(struct VSL_data *vd, uint32_t **pp);
......
......@@ -43,7 +43,7 @@ SVNID("$Id$")
#include "miniobj.h"
#include "varnishapi.h"
#include "vsl.h"
#include "vslapi.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