From 4d13e6fa55b4c96ab22ab646c52a62797cb33858 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Nov 2001 08:10:49 +0000 Subject: Use opaque type, Hash_table, not `struct hash_table'. --- src/cp-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cp-hash.c') 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 -- cgit v1.2.3-54-g00ecf