mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
9 lines
106 B
C
9 lines
106 B
C
|
#ifndef LBRY_H
|
||
|
#define LBRY_H
|
||
|
|
||
|
#include "miner.h"
|
||
|
|
||
|
extern void lbry_regenhash(struct work *work);
|
||
|
|
||
|
#endif
|