From 4101ee8ff9bc818f40dc0173b1434761f187597f Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Tue, 22 Nov 2011 18:30:08 +0000 Subject: added GnuPG git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@197 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- GnuPG/userinfo.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 GnuPG/userinfo.h (limited to 'GnuPG/userinfo.h') diff --git a/GnuPG/userinfo.h b/GnuPG/userinfo.h new file mode 100644 index 0000000..9deac88 --- /dev/null +++ b/GnuPG/userinfo.h @@ -0,0 +1,7 @@ +#ifndef __USERINFO_H__ +#define __USERINFO_H__ + +int UserInfoInit(WPARAM wparam, LPARAM lparam); +BOOL CALLBACK UserInfoDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam); + +#endif // __USERINFO_H__ \ No newline at end of file -- cgit v1.2.3