Commit d9eba43a4234d17380b63f7a4626e33f110abd7d

Con Kolivas 2012-07-20T23:49:43

Fix build.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/findnonce.c b/findnonce.c
index 92e4881..3864fba 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)
 {