Remove old-style savedir dcl.
authorJim Meyering <jim@meyering.net>
Sat, 4 Oct 1997 01:57:12 +0000 (01:57 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Oct 1997 01:57:12 +0000 (01:57 +0000)
Include savedir.h for prototype.

src/chown.c
src/copy.c
src/du.c

index 253e4cd12a59de29c138e5e9047a363d5cda4dc2..0c19db2052e75694142be7cfc1c628d985c4bb31 100644 (file)
@@ -37,6 +37,7 @@
 
 #include "system.h"
 #include "error.h"
+#include "savedir.h"
 
 #ifndef _POSIX_VERSION
 struct passwd *getpwnam ();
@@ -54,7 +55,6 @@ struct group *getgrgid ();
 # define LCHOWN(FILE, OWNER, GROUP) 1
 #endif
 
-char *savedir ();
 char *parse_user_spec ();
 void strip_trailing_slashes ();
 char *xmalloc ();
index bf860c7039743b0cbe3b37e9191cccf4de0d2f79..fd6191f52730479a324f5c4693ce3851327673af 100644 (file)
@@ -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 ();
index 538201cb193a7e57aa75122c7501ce6f6e097f96..0b2d5fe574cd869a3ab04766d27bfc07ef5f7deb 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -50,6 +50,7 @@
 #include "save-cwd.h"
 #include "error.h"
 #include "xstrtol.h"
+#include "savedir.h"
 
 /* Initial number of entries in each hash table entry's table of inodes.  */
 #define INITIAL_HASH_MODULE 100
@@ -99,7 +100,6 @@ typedef struct
 int stat ();
 int lstat ();
 
-char *savedir ();
 char *xmalloc ();
 char *xrealloc ();