1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 06:18:06 +00:00
sgminer/algorithm/talkcoin.h
ystarnaud 56055754eb Whitespace and indentation fix
Fixed whitespace and indentation of lasybear's pull request #272.
2014-06-21 12:31:48 -04:00

10 lines
229 B
C

#ifndef TALKCOIN_H
#define TALKCOIN_H
#include "miner.h"
extern int talkcoin_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
extern void talkcoin_regenhash(struct work *work);
#endif /* TALKCOIN_H */