summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-10 11:05:09 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-10 11:23:14 -0700
commitf8683063fbe22eddc01146c78de1c7e72863ebbc (patch)
treed0ee689f9401d555acab93255d213816b72d321b /checksum.c
parent7c83eb6e63d35b34a59048d069356489f35594e8 (diff)
downloadrsync-f8683063fbe22eddc01146c78de1c7e72863ebbc.tar.gz
Fix a couple batchfile issues.
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksum.c b/checksum.c
index d7b2ebdd..87e83658 100644
--- a/checksum.c
+++ b/checksum.c
@@ -54,7 +54,7 @@ struct name_num_obj valid_checksums = {
int xfersum_type = 0; /* used for the file transfer checksums */
int checksum_type = 0; /* used for the pre-transfer (--checksum) checksums */
-static int parse_csum_name(const char *name, int len)
+int parse_csum_name(const char *name, int len)
{
struct name_num_item *nni;