Files
compareDir/common.h
T
2019-08-14 15:50:33 +02:00

12 lines
152 B
C

#ifndef COMMON_H
#define COMMON_H
extern bool g_bMatchDir;
extern bool g_bMatchFile;
extern bool g_bMatchDateTime;
extern bool g_bMatchSize;
#endif