From d9eba43a4234d17380b63f7a4626e33f110abd7d Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 20 Jul 2012 23:49:43 +1000 Subject: [PATCH] Fix build. --- findnonce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findnonce.c b/findnonce.c index 92e48812..3864fba8 100644 --- a/findnonce.c +++ b/findnonce.c @@ -220,7 +220,7 @@ static void send_nonce(struct pc_data *pcd, cl_uint nonce) } } -extern bool scrypt_scan_nonce(unsigned char *pdata, uint32_t nonce); +extern bool scrypt_scan_nonce(struct work *work, uint32_t nonce); static void *postcalc_hash(void *userdata) {