summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/GPGw/passdialog.h
blob: b59f421b3c81db6ebc812709d8910731fe720595 (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__