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