rsync.c was getting a bit unwieldy so I split the code into 3 modules,
authorAndrew Tridgell <tridge@samba.org>
Sat, 25 Jul 1998 02:25:22 +0000 (02:25 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 25 Jul 1998 02:25:22 +0000 (02:25 +0000)
commit2f03f956f425f03335005ba743f19b6ed3454248
tree4b449374fb14673ca11058436d5eeb66fe975331
parent0199b05f25ec271a4d306ec46218ba4fcb8ad85a
c was getting a bit unwieldy so I split the code into 3 modules,
for the 3 logical stages of rsync; generator, sender and receiver.
Makefile.in
cleanup.c [new file with mode: 0644]
generator.c [new file with mode: 0644]
receiver.c [new file with mode: 0644]
rsync.c
sender.c [new file with mode: 0644]