summaryrefslogtreecommitdiff
path: root/src/cp-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 86bc71859..1276a92c8 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -50,7 +50,7 @@ struct Src_to_dest
/* This table maps source dev/ino to destination file name.
We use it to preserve hard links when copying. */
-static struct hash_table *src_to_dest;
+static Hash_table *src_to_dest;
/* Initial size of the above hash table. */
#define INITIAL_TABLE_SIZE 103