diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 12:25:11 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 12:25:11 +0000 |
commit | 2b9dea10459eece5c1f596f9098afb7bb55cc2a0 (patch) | |
tree | 2a38a17a3d3182920d7e05c226bb65b7bf50b627 /plugins/CryptoPP/src/commonheaders.h | |
parent | b256b6cca9913c8b8142cd9b4c9560ea2f72becc (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index eac473383e..d1829f7836 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -100,11 +100,6 @@ int Sent_NetLog(const char *,...); PBYTE cpp_alloc_pdata(pCNTX);
extern "C" {
-
- DLLEXPORT int Load();
- DLLEXPORT PLUGININFOEX *MirandaPluginInfoEx(DWORD);
- DLLEXPORT int Unload();
-
DLLEXPORT HANDLE __cdecl cpp_create_context(int); // create crypt-context
DLLEXPORT void __cdecl cpp_delete_context(HANDLE); // delete crypt-context
DLLEXPORT void __cdecl cpp_reset_context(HANDLE); // reset crypt-context (free all data)
|