diff options
-rw-r--r-- | src/copy.c | 1 | ||||
-rw-r--r-- | src/cp.c | 1 |
2 files changed, 2 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 (); @@ -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 (); |