summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-06 21:24:10 +0000
committerJim Meyering <jim@meyering.net>1997-07-06 21:24:10 +0000
commit83c3f08048b2c87082cc870d26ebb250cffd9ebb (patch)
tree4627c7727518634127597521bdf89d86aa13b870 /src/copy.c
parentd0caad54ae952111f792ec95897e36f76049cb06 (diff)
downloadcoreutils-83c3f08048b2c87082cc870d26ebb250cffd9ebb.tar.xz
declare stpcpy
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/copy.c b/src/copy.c
index 39b1ea228..bf860c703 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -36,6 +36,7 @@ struct dir_list
int full_write ();
int euidaccess ();
char *savedir ();
+char *stpcpy ();
char *xmalloc ();
int yesno ();