From: des Date: Wed, 22 Feb 2006 14:38:21 +0000 (+0000) Subject: Move prototype code into varnish-proto. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826983f1f5500f2c54026376a7b2ab6f843e0d05;p=varnish Move prototype code into varnish-proto. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@10 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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