]> err.no Git - varnish/commit
Move prototype code into varnish-proto.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 22 Feb 2006 14:38:21 +0000 (14:38 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 22 Feb 2006 14:38:21 +0000 (14:38 +0000)
commit826983f1f5500f2c54026376a7b2ab6f843e0d05
tree7dae0bc01487bdfb75b23e5ab9b20f97d20fd875
parent746b9d01573775d4a25ebab1bb817ef2f0d2e39f
Move prototype code into varnish-proto.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@10 d4fa192b-c00b-0410-8231-f00ffab90ce4
21 files changed:
varnish-proto/LICENSE [moved from LICENSE with 100% similarity]
varnish-proto/Makefile.am [moved from Makefile.am with 100% similarity]
varnish-proto/autogen.sh [moved from autogen.sh with 100% similarity]
varnish-proto/configure.ac [moved from configure.ac with 100% similarity]
varnish-proto/connection.c [moved from connection.c with 100% similarity]
varnish-proto/connection.h [moved from connection.h with 100% similarity]
varnish-proto/listener.c [moved from listener.c with 100% similarity]
varnish-proto/listener.h [moved from listener.h with 100% similarity]
varnish-proto/log.c [moved from log.c with 100% similarity]
varnish-proto/log.h [moved from log.h with 100% similarity]
varnish-proto/request.c [moved from request.c with 100% similarity]
varnish-proto/request.h [moved from request.h with 100% similarity]
varnish-proto/system-common.c [moved from system-common.c with 100% similarity]
varnish-proto/system-freebsd.c [moved from system-freebsd.c with 100% similarity]
varnish-proto/system-freebsd5.0.c [moved from system-freebsd5.0.c with 100% similarity]
varnish-proto/system-freebsd6.0.c [moved from system-freebsd6.0.c with 100% similarity]
varnish-proto/system-freebsd7.0.c [moved from system-freebsd7.0.c with 100% similarity]
varnish-proto/system-linux-gnu.c [moved from system-linux-gnu.c with 100% similarity]
varnish-proto/system.h [moved from system.h with 100% similarity]
varnish-proto/varnish.c [moved from varnish.c with 100% similarity]
varnish-proto/varnish.h [moved from varnish.h with 100% similarity]