/******************************************************************************/ /* SlunkCrypt, by LoRd_MuldeR */ /* This work has been released under the CC0 1.0 Universal license! */ /******************************************************************************/ #ifndef INC_SLUNKAPP_SELFTEST_H #define INC_SLUNKAPP_SELFTEST_H #include "platform.h" #include int run_selftest_routine(const size_t thread_count); #endif