summaryrefslogtreecommitdiff
path: root/plugins/Updater/conf_comp_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Updater/conf_comp_dialog.h')
-rw-r--r--plugins/Updater/conf_comp_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Updater/conf_comp_dialog.h b/plugins/Updater/conf_comp_dialog.h
new file mode 100644
index 0000000000..4567a6a6f0
--- /dev/null
+++ b/plugins/Updater/conf_comp_dialog.h
@@ -0,0 +1,8 @@
+#ifndef _CONF_COMP_DIALOG_INC
+#define _CONF_COMP_DIALOG_INC
+
+#include "options.h"
+
+INT_PTR CALLBACK DlgProcConfirmComponents(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
+#endif