]> Savannah Git Hosting - gnulib.git/commit
copy-file: First step towards more consistent function names.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2024 15:59:26 +0000 (17:59 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2024 16:22:03 +0000 (18:22 +0200)
commite9655b05dc0b25d24457f9b8dd31a579d6867d83
treea7f6ab38c87ca0a73d3ac9bc5266e8e4edacc569
parent8a71833114c376212ecdd56495604905f6aa218d
copy-file: First step towards more consistent function names.

* lib/copy-file.h (xcopy_file_preserving): New declaration.
(copy_file_preserving): Mark deprecated.
* lib/copy-file.c (xcopy_file_preserving): Renamed from
copy_file_preserving.
(copy_file_preserving): New function.
* tests/test-copy-file.c (main): Test xcopy_file_preserving instead of
copy_file_preserving.
ChangeLog
lib/copy-file.c
lib/copy-file.h
tests/test-copy-file.c