2012-01-30 22:41:33 +00:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
2014-07-09 21:28:43 +00:00
|
|
|
extern bool cp_aflag;
|
|
|
|
extern bool cp_dflag;
|
2014-05-05 13:58:14 +00:00
|
|
|
extern bool cp_fflag;
|
2014-07-09 21:28:43 +00:00
|
|
|
extern bool cp_pflag;
|
2012-01-30 22:41:33 +00:00
|
|
|
extern bool cp_rflag;
|
2014-07-10 20:30:30 +00:00
|
|
|
extern bool cp_vflag;
|
2014-07-21 16:27:20 +00:00
|
|
|
extern int cp_status;
|
2014-07-09 21:28:43 +00:00
|
|
|
|
2012-01-30 22:41:33 +00:00
|
|
|
extern bool rm_fflag;
|
|
|
|
extern bool rm_rflag;
|
|
|
|
|
|
|
|
int cp(const char *, const char *);
|
|
|
|
void rm(const char *);
|