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