1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-08 22:08:02 +00:00
sgminer/pool.h
2014-02-28 23:53:53 +02:00

10 lines
166 B
C

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