X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..56ac812359d7dda201fa5a3399bb60bc4bfbbbc2:/rsync.h diff --git a/rsync.h b/rsync.h index fdc7a032..c6a5899f 100644 --- a/rsync.h +++ b/rsync.h @@ -551,7 +551,7 @@ struct hashtable { void *nodes; int32 size, entries; uint32 node_size; - int key64; + short key64; }; struct ht_int32_node {