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