#ifndef MINING_LOOP_H #define MINING_LOOP_H #include "config.h" int run_mining_loop(const MinerConfig *cfg, int worker_idx, const char *extranonce2, int event_fd); #endif