summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-02-09 18:32:52 +0000
committerWayne Davison <wayned@samba.org>2004-02-09 18:32:52 +0000
commit8ee6eb71345072c5e05b367e339bd7a8a18b10ca (patch)
treea31fd794454cf839abfe3db53cace7690b09c349 /checksum.c
parentf98c60bfa8c755b59b0299d7e656bbb298b083c5 (diff)
downloadrsync-8ee6eb71345072c5e05b367e339bd7a8a18b10ca.tar.gz
Made checksum_seed an extern.
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 3acd9708..19bd6f15 100644
--- a/checksum.c
+++ b/checksum.c
@@ -23,7 +23,7 @@ int csum_length=2; /* initial value */
#define CSUM_CHUNK 64
-int checksum_seed = 0;
+extern int checksum_seed;
extern int protocol_version;
/*