(copy): Update prototype.
authorJim Meyering <jim@meyering.net>
Fri, 13 Mar 1998 23:39:39 +0000 (23:39 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Mar 1998 23:39:39 +0000 (23:39 +0000)
src/copy.h

index 9409e99..dd920d9 100644 (file)
@@ -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