summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/svcs_rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/src/svcs_rsa.h')
-rw-r--r--plugins/SecureIM/src/svcs_rsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SecureIM/src/svcs_rsa.h b/plugins/SecureIM/src/svcs_rsa.h
index f076d3bd8b..c6c84e4c20 100644
--- a/plugins/SecureIM/src/svcs_rsa.h
+++ b/plugins/SecureIM/src/svcs_rsa.h
@@ -5,9 +5,9 @@ extern pRSA_EXPORT mir_exp;
extern RSA_IMPORT imp;
extern BOOL rsa_4096;
-int __cdecl rsa_inject(HANDLE,LPCSTR);
-int __cdecl rsa_check_pub(HANDLE,PBYTE,int,PBYTE,int);
-void __cdecl rsa_notify(HANDLE,int);
+int __cdecl rsa_inject(HANDLE, LPCSTR);
+int __cdecl rsa_check_pub(HANDLE, uint8_t*, int, uint8_t*, int);
+void __cdecl rsa_notify(HANDLE, int);
void sttGenerateRSA(LPVOID);
BYTE loadRSAkey(pUinKey);