#ifndef __PASSDIALOG_H__ #define __PASSDIALOG_H__ extern char dlgpassphrase[]; BOOL CALLBACK PassphraseDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam); #endif // __PASSDIALOG_H__