declare stpcpy
authorJim Meyering <jim@meyering.net>
Sun, 6 Jul 1997 21:24:10 +0000 (21:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Jul 1997 21:24:10 +0000 (21:24 +0000)
src/copy.c
src/cp.c

index 39b1ea2..bf860c7 100644 (file)
@@ -36,6 +36,7 @@ struct dir_list
 int full_write ();
 int euidaccess ();
 char *savedir ();
+char *stpcpy ();
 char *xmalloc ();
 int yesno ();
 
index adb9642..e243640 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -57,6 +57,7 @@ int lstat ();
 char *base_name ();
 char *dirname ();
 enum backup_type get_version ();
+char *stpcpy ();
 void strip_trailing_slashes ();
 char *xmalloc ();
 char *xstrdup ();