summaryrefslogtreecommitdiff
path: root/GnuPG/userinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'GnuPG/userinfo.h')
-rw-r--r--GnuPG/userinfo.h7
1 files changed, 7 insertions, 0 deletions
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