init
This commit is contained in:
12
source/global.h
Normal file
12
source/global.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef GLOBAL_H
|
||||
#define GLOBAL_H
|
||||
|
||||
extern char * editor;
|
||||
extern char * folder;
|
||||
extern char * custom_rm;
|
||||
extern bool is_dry_run;
|
||||
extern bool is_recursive;
|
||||
extern bool do_permissions;
|
||||
extern bool do_owner;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user