LogDoctor/logdoctor/modules/blacklists/modules/lib.h

12 lines
162 B
C

#ifndef LOGDOCTOR__BLACKLISTS__LIB__H
#define LOGDOCTOR__BLACKLISTS__LIB__H
enum class BlacklistField
{
Client
};
#endif // LOGDOCTOR__BLACKLISTS__LIB__H