From 826983f1f5500f2c54026376a7b2ab6f843e0d05 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 22 Feb 2006 14:38:21 +0000 Subject: [PATCH] Move prototype code into varnish-proto. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@10 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- LICENSE => varnish-proto/LICENSE | 0 Makefile.am => varnish-proto/Makefile.am | 0 autogen.sh => varnish-proto/autogen.sh | 0 configure.ac => varnish-proto/configure.ac | 0 connection.c => varnish-proto/connection.c | 0 connection.h => varnish-proto/connection.h | 0 listener.c => varnish-proto/listener.c | 0 listener.h => varnish-proto/listener.h | 0 log.c => varnish-proto/log.c | 0 log.h => varnish-proto/log.h | 0 request.c => varnish-proto/request.c | 0 request.h => varnish-proto/request.h | 0 system-common.c => varnish-proto/system-common.c | 0 system-freebsd.c => varnish-proto/system-freebsd.c | 0 system-freebsd5.0.c => varnish-proto/system-freebsd5.0.c | 0 system-freebsd6.0.c => varnish-proto/system-freebsd6.0.c | 0 system-freebsd7.0.c => varnish-proto/system-freebsd7.0.c | 0 system-linux-gnu.c => varnish-proto/system-linux-gnu.c | 0 system.h => varnish-proto/system.h | 0 varnish.c => varnish-proto/varnish.c | 0 varnish.h => varnish-proto/varnish.h | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename LICENSE => varnish-proto/LICENSE (100%) rename Makefile.am => varnish-proto/Makefile.am (100%) rename autogen.sh => varnish-proto/autogen.sh (100%) rename configure.ac => varnish-proto/configure.ac (100%) rename connection.c => varnish-proto/connection.c (100%) rename connection.h => varnish-proto/connection.h (100%) rename listener.c => varnish-proto/listener.c (100%) rename listener.h => varnish-proto/listener.h (100%) rename log.c => varnish-proto/log.c (100%) rename log.h => varnish-proto/log.h (100%) rename request.c => varnish-proto/request.c (100%) rename request.h => varnish-proto/request.h (100%) rename system-common.c => varnish-proto/system-common.c (100%) rename system-freebsd.c => varnish-proto/system-freebsd.c (100%) rename system-freebsd5.0.c => varnish-proto/system-freebsd5.0.c (100%) rename system-freebsd6.0.c => varnish-proto/system-freebsd6.0.c (100%) rename system-freebsd7.0.c => varnish-proto/system-freebsd7.0.c (100%) rename system-linux-gnu.c => varnish-proto/system-linux-gnu.c (100%) rename system.h => varnish-proto/system.h (100%) rename varnish.c => varnish-proto/varnish.c (100%) rename varnish.h => varnish-proto/varnish.h (100%) diff --git a/LICENSE b/varnish-proto/LICENSE similarity index 100% rename from LICENSE rename to varnish-proto/LICENSE diff --git a/Makefile.am b/varnish-proto/Makefile.am similarity index 100% rename from Makefile.am rename to varnish-proto/Makefile.am diff --git a/autogen.sh b/varnish-proto/autogen.sh similarity index 100% rename from autogen.sh rename to varnish-proto/autogen.sh diff --git a/configure.ac b/varnish-proto/configure.ac similarity index 100% rename from configure.ac rename to varnish-proto/configure.ac diff --git a/connection.c b/varnish-proto/connection.c similarity index 100% rename from connection.c rename to varnish-proto/connection.c diff --git a/connection.h b/varnish-proto/connection.h similarity index 100% rename from connection.h rename to varnish-proto/connection.h diff --git a/listener.c b/varnish-proto/listener.c similarity index 100% rename from listener.c rename to varnish-proto/listener.c diff --git a/listener.h b/varnish-proto/listener.h similarity index 100% rename from listener.h rename to varnish-proto/listener.h diff --git a/log.c b/varnish-proto/log.c similarity index 100% rename from log.c rename to varnish-proto/log.c diff --git a/log.h b/varnish-proto/log.h similarity index 100% rename from log.h rename to varnish-proto/log.h diff --git a/request.c b/varnish-proto/request.c similarity index 100% rename from request.c rename to varnish-proto/request.c diff --git a/request.h b/varnish-proto/request.h similarity index 100% rename from request.h rename to varnish-proto/request.h diff --git a/system-common.c b/varnish-proto/system-common.c similarity index 100% rename from system-common.c rename to varnish-proto/system-common.c diff --git a/system-freebsd.c b/varnish-proto/system-freebsd.c similarity index 100% rename from system-freebsd.c rename to varnish-proto/system-freebsd.c diff --git a/system-freebsd5.0.c b/varnish-proto/system-freebsd5.0.c similarity index 100% rename from system-freebsd5.0.c rename to varnish-proto/system-freebsd5.0.c diff --git a/system-freebsd6.0.c b/varnish-proto/system-freebsd6.0.c similarity index 100% rename from system-freebsd6.0.c rename to varnish-proto/system-freebsd6.0.c diff --git a/system-freebsd7.0.c b/varnish-proto/system-freebsd7.0.c similarity index 100% rename from system-freebsd7.0.c rename to varnish-proto/system-freebsd7.0.c diff --git a/system-linux-gnu.c b/varnish-proto/system-linux-gnu.c similarity index 100% rename from system-linux-gnu.c rename to varnish-proto/system-linux-gnu.c diff --git a/system.h b/varnish-proto/system.h similarity index 100% rename from system.h rename to varnish-proto/system.h diff --git a/varnish.c b/varnish-proto/varnish.c similarity index 100% rename from varnish.c rename to varnish-proto/varnish.c diff --git a/varnish.h b/varnish-proto/varnish.h similarity index 100% rename from varnish.h rename to varnish-proto/varnish.h -- 2.39.5