mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-08 22:08:02 +00:00
10 lines
166 B
C
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 */
|