summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-04 01:57:12 +0000
committerJim Meyering <jim@meyering.net>1997-10-04 01:57:12 +0000
commit03ae2c6b977ba0e4f5e017ffdde612c9b569e0de (patch)
treeca3eb1c51c591589826782ad386ccdaa2a5221d9 /src/copy.c
parent3445d47a10e2cea33895081123d68ce4e34fe3de (diff)
downloadcoreutils-03ae2c6b977ba0e4f5e017ffdde612c9b569e0de.tar.xz
Remove old-style savedir dcl.
Include savedir.h for prototype.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index bf860c703..fd6191f52 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -10,6 +10,7 @@
#include "system.h"
#include "error.h"
#include "backupfile.h"
+#include "savedir.h"
#include "copy.h"
#include "cp-hash.h"
@@ -35,7 +36,6 @@ struct dir_list
int full_write ();
int euidaccess ();
-char *savedir ();
char *stpcpy ();
char *xmalloc ();
int yesno ();