summaryrefslogtreecommitdiff
path: root/GnuPG/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'GnuPG/options.h')
-rw-r--r--GnuPG/options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/GnuPG/options.h b/GnuPG/options.h
new file mode 100644
index 0000000..8869a55
--- /dev/null
+++ b/GnuPG/options.h
@@ -0,0 +1,8 @@
+#ifndef __OPTIONS_H__
+#define __OPTIONS_H__
+
+int OptionsInit(WPARAM wparam, LPARAM lparam);
+BOOL CALLBACK OptionsDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
+BOOL CALLBACK ExpertOptionsDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
+
+#endif // __OPTIONS_H__ \ No newline at end of file