summaryrefslogtreecommitdiff
path: root/miner.h
diff options
context:
space:
mode:
Diffstat (limited to 'miner.h')
-rw-r--r--miner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/miner.h b/miner.h
index dc84c1c..b4cc939 100644
--- a/miner.h
+++ b/miner.h
@@ -14,4 +14,8 @@ extern json_t *json_rpc_call(const char *url, const char *userpass,
extern char *bin2hex(unsigned char *p, size_t len);
extern bool hex2bin(unsigned char *p, const char *hexstr, size_t len);
+extern unsigned int ScanHash_4WaySSE2(unsigned char *pmidstate,
+ unsigned char *pdata, unsigned char *phash1, unsigned char *phash,
+ unsigned int *nHashesDone);
+
#endif /* __MINER_H__ */