cp: add -a, -d, -p

This commit is contained in:
Hiltjo Posthuma
2014-07-09 21:28:43 +00:00
committed by sin
parent 8e8d8ff242
commit 8b3a9c1971
4 changed files with 97 additions and 30 deletions

4
fs.h
View File

@@ -1,8 +1,12 @@
/* See LICENSE file for copyright and license details. */
#include <stdbool.h>
extern bool cp_aflag;
extern bool cp_dflag;
extern bool cp_fflag;
extern bool cp_pflag;
extern bool cp_rflag;
extern bool rm_fflag;
extern bool rm_rflag;