mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 06:18:06 +00:00
9 lines
134 B
C
9 lines
134 B
C
|
#ifndef GOSTCOIN_H
|
||
|
#define GOSTCOIN_H
|
||
|
|
||
|
#include "miner.h"
|
||
|
|
||
|
extern void gostcoin_regenhash(struct work *work);
|
||
|
|
||
|
#endif /* SIBCOIN_H */
|