blob: 408c8c39dae0fa5d2fc5a7546bc0bd8d7f89bbc9 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __PASSDIALOG_H__
#define __PASSDIALOG_H__
extern char dlgpassphrase[];
INT_PTR CALLBACK PassphraseDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
#endif // __PASSDIALOG_H__
|