blob: 0bf5b9522b070599e0a50b5f733883fbb0c530bd (
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__
|