Made checksum_seed an extern.
authorWayne Davison <wayned@samba.org>
Mon, 9 Feb 2004 18:32:52 +0000 (18:32 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 9 Feb 2004 18:32:52 +0000 (18:32 +0000)
checksum.c

index 3acd970..19bd6f1 100644 (file)
@@ -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;
 
 /*