diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-21 13:10:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-21 13:10:23 +0000 |
commit | 6ec0e14c86d0ff1266e1b838d04684fbc3a28b0b (patch) | |
tree | 0f5321ffd7934c50f89b913842bb737c1462e26a /plugins/MirOTR/src/options.h | |
parent | 7ef51f4d1e0209fb54faf18f7ad7c8349090bebd (diff) |
- fix for a bug in options (policy & hash aren't saved for protos whose name differs from module name);
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@13008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/src/options.h')
-rw-r--r-- | plugins/MirOTR/src/options.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/MirOTR/src/options.h b/plugins/MirOTR/src/options.h index 440cc5f32a..b291297596 100644 --- a/plugins/MirOTR/src/options.h +++ b/plugins/MirOTR/src/options.h @@ -59,15 +59,8 @@ int OptInit(WPARAM wParam, LPARAM lParam); void LoadOptions(); void SaveOptions(); -extern "C" int OpenOptions(WPARAM wParam, LPARAM lParam); void InitOptions(); -void DeinitOptions(); void ReadPrivkeyFiles(); -static INT_PTR CALLBACK DlgProcMirOTROpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -static INT_PTR CALLBACK DlgProcMirOTROptsProto(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -static INT_PTR CALLBACK DlgProcMirOTROptsContacts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -static INT_PTR CALLBACK DlgProcMirOTROptsFinger(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); - #endif |