diff options
-rw-r--r-- | src/copy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/copy.h b/src/copy.h index 9409e99be..dd920d9d7 100644 --- a/src/copy.h +++ b/src/copy.h @@ -94,6 +94,7 @@ struct cp_options int copy PARAMS ((const char *src_path, const char *dst_path, - int nonexistent_dst, const struct cp_options *options)); + int nonexistent_dst, const struct cp_options *options, + int *copy_into_self)); #endif |