2012-01-30 17:41:33 -05:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
2014-05-05 09:58:14 -04:00
|
|
|
extern bool cp_fflag;
|
2012-01-30 17:41:33 -05:00
|
|
|
extern bool cp_rflag;
|
|
|
|
extern bool rm_fflag;
|
|
|
|
extern bool rm_rflag;
|
|
|
|
|
|
|
|
int cp(const char *, const char *);
|
|
|
|
void rm(const char *);
|