mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +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
|