summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-01-11 15:20:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-01-11 15:20:57 +0000
commit4f9f118ed6d053f4bdb530e7412a9229df3d10c4 (patch)
treea2240db3114422759fcae177b830592088ed4103 /plugins/Dbx_mmap_SA/src/commonheaders.h
parent60ed8dfff0234f4c9c6f0a7b7323e3a3faec2995 (diff)
- database preset file removed (as the atavism & rudiment);
- message about randomly chosen cryptor also removed git-svn-id: http://svn.miranda-ng.org/main/trunk@3057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/commonheaders.h')
-rw-r--r--plugins/Dbx_mmap_SA/src/commonheaders.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Dbx_mmap_SA/src/commonheaders.h b/plugins/Dbx_mmap_SA/src/commonheaders.h
index ae6c07d2b5..a322878055 100644
--- a/plugins/Dbx_mmap_SA/src/commonheaders.h
+++ b/plugins/Dbx_mmap_SA/src/commonheaders.h
@@ -96,15 +96,14 @@ struct DlgChangePassParam
INT_PTR CALLBACK DlgChangePass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
INT_PTR CALLBACK DlgStdNewPass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
void xModifyMenu(HANDLE hMenu,long flags,const TCHAR* name, HICON hIcon);
extern DBSignature dbSignature, dbSignatureSecured, dbSignatureNonSecured;
extern LIST<CDbxMmapSA> g_Dbs;
-int InitPreset();
-void UninitPreset();
-
typedef struct{
void* (__stdcall *GenerateKey)(char* pwd);
void (__stdcall *FreeKey)(void* key);