chiark / gitweb /
copy: change the various copy_xyz() calls to take a unified flags parameter
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Feb 2017 18:00:22 +0000 (19:00 +0100)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:36 +0000 (17:58 +0200)
commit44e66a80e25b25d596596f97a595221969f533d8
treef243de6e6c0f23ee06c96b0d9691d6ec12616f2c
parent7ea398d3c754241e844094e01e1617930ad0a2ae
copy: change the various copy_xyz() calls to take a unified flags parameter

This adds a unified "copy_flags" parameter to all copy_xyz() function
calls, replacing the various boolean flags so far used. This should make
many invocations more readable as it is clear what behaviour is
precisely requested. This also prepares ground for adding support for
more modes later on.
src/basic/copy.c
src/basic/copy.h
src/shared/pager.c