mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-26 06:24:17 +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 */
|