1
0
mirror of git://git.suckless.org/sbase synced 2025-02-20 22:26:52 +00:00
sbase/fs.h
2014-05-05 15:02:03 +01:00

11 lines
228 B
C

/* See LICENSE file for copyright and license details. */
#include <stdbool.h>
extern bool cp_fflag;
extern bool cp_rflag;
extern bool rm_fflag;
extern bool rm_rflag;
int cp(const char *, const char *);
void rm(const char *);