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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 14fe478e3..e9535d453 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -1,5 +1,5 @@
/* cp-hash.c -- file copying (hash search routines)
- Copyright (C) 89, 90, 91, 95, 1996 Free Software Foundation.
+ Copyright (C) 89, 90, 91, 95, 1996, 1997 Free Software Foundation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,9 +41,6 @@ struct htab
struct entry *hash[1]; /* Vector of pointers in `entry_tab'. */
};
-char *xmalloc ();
-char *xrealloc ();
-
struct htab *htab;
char new_file;