Split code out into separate files and remove some global variables to
authorMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 04:10:20 +0000 (04:10 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 04:10:20 +0000 (04:10 +0000)
commitb35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0
treeca00ceac1d12f7d7494ab5120e508e99db26b2cc
parentc948e309f27c3edaef8a5a4dfc04e0da98944c97
Split code out into separate files and remove some global variables to
reduce symbol dependencies between files and therefore make it easier
to write unit tests.  The diff is large, but the actual code changes
are pretty small.
.cvsignore
Makefile.in
clientserver.c
generator.c
log.c
main.c
options.c
pipe.c [new file with mode: 0644]
progress.c [new file with mode: 0644]
receiver.c