#ifndef POOL_H #define POOL_H #include "miner.h" #define POOL_NAME_INCOGNITO "" extern char* get_pool_name(struct pool *pool); #endif /* POOL_H */