Remove stpcpy decl.

This commit is contained in:
Jim Meyering
1997-10-23 16:04:47 +00:00
parent 2190ae8456
commit eae64f3a4f
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -36,7 +36,6 @@ struct dir_list
int full_write ();
int euidaccess ();
char *stpcpy ();
char *xmalloc ();
int yesno ();
-1
View File
@@ -57,7 +57,6 @@ int lstat ();
char *base_name ();
char *dirname ();
enum backup_type get_version ();
char *stpcpy ();
void strip_trailing_slashes ();
char *xmalloc ();
char *xstrdup ();
-1
View File
@@ -118,7 +118,6 @@ gid_t getgid ();
#endif
char *base_name ();
char *stpcpy ();
char *xmalloc ();
int safe_read ();
int full_write ();
-1
View File
@@ -62,7 +62,6 @@ enum backup_type get_version ();
int isdir ();
int yesno ();
void strip_trailing_slashes ();
char *stpcpy ();
/* The name by which the program was run, for error messages. */
char *program_name;