Remove msvc warnings.
[novacoin.git] / src / scrypt.h
index b28d090..8a07277 100644 (file)
@@ -7,6 +7,8 @@
 #include "util.h"
 #include "net.h"
 
-uint256 scrypt_blockhash(const void* input);
+#define SCRYPT_BUFFER_SIZE (131072 + 63)
+
+uint256 scrypt_blockhash(const uint8_t* input);
 
 #endif // SCRYPT_MINE_H