diff options
Diffstat (limited to 'plugins/SecureIM/src/svcs_rsa.h')
-rw-r--r-- | plugins/SecureIM/src/svcs_rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/svcs_rsa.h b/plugins/SecureIM/src/svcs_rsa.h index 7535a61276..d054b48054 100644 --- a/plugins/SecureIM/src/svcs_rsa.h +++ b/plugins/SecureIM/src/svcs_rsa.h @@ -9,7 +9,7 @@ int __cdecl rsa_inject(HANDLE,LPCSTR); int __cdecl rsa_check_pub(HANDLE,PBYTE,int,PBYTE,int);
void __cdecl rsa_notify(HANDLE,int);
-unsigned __stdcall sttGenerateRSA(LPVOID);
+void sttGenerateRSA(LPVOID);
BYTE loadRSAkey(pUinKey);
void createRSAcntx(pUinKey);
void resetRSAcntx(pUinKey);
|