diff options
Diffstat (limited to 'src/Common/Random.h')
-rw-r--r-- | src/Common/Random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Random.h b/src/Common/Random.h index 65e793fa..ba946541 100644 --- a/src/Common/Random.h +++ b/src/Common/Random.h @@ -59,8 +59,10 @@ BOOL RandgetBytesFull ( void* hwndDlg, unsigned char *buf , int len, BOOL forceS extern BOOL volatile bFastPollEnabled;
extern BOOL volatile bRandmixEnabled;
extern DWORD CryptoAPILastError;
+void RandAddInt64 ( unsigned __int64 x );
+
LRESULT CALLBACK MouseProc ( int nCode , WPARAM wParam , LPARAM lParam );
LRESULT CALLBACK KeyboardProc ( int nCode , WPARAM wParam , LPARAM lParam );
static unsigned __stdcall PeriodicFastPollThreadProc (void *dummy);
|