Browse Source

Fix build.

Con Kolivas 13 years ago
parent
commit
d9eba43a42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      findnonce.c

+ 1 - 1
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)
 {