split the options parsing code into options.c
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 May 1998 07:25:40 +0000 (07:25 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 10 May 1998 07:25:40 +0000 (07:25 +0000)
commit7a6421fa764dd0f609e2a5024ec8b3bc577575a1
treefcbe78e8a2679eabc84db25f46bcb4a49da855b4
parent2c91d3d3110287ccc14a42031228cf3dca292fd3
split the options parsing code into options.c

added the --port and --config options

use strlcpy() instead of strncpy()

some cleanups and formatting changes
Makefile.in
clientserver.c
flist.c
main.c
options.c [new file with mode: 0644]
rsync.c
util.c