]> err.no Git - varnish/commit
Add a function to break a command line like string into an argv[].
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 14 Mar 2006 09:15:36 +0000 (09:15 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 14 Mar 2006 09:15:36 +0000 (09:15 +0000)
commit01b5101b2ae8b52d1531a66fbaa4d03c954c5e48
tree3704f7588f2ceab0b30077de00096c1c82135a51
parent1dae2f49b5182cbe671c21bda2b1ddd0b2d27f97
Add a function to break a command line like string into an argv[].
This will be useful for the various text based protocols etc.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@47 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/include/Makefile.am
varnish-cache/include/libvarnish.h [new file with mode: 0644]
varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnish/argv.c [new file with mode: 0644]