aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_downloads/Preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/Library/ml_downloads/Preferences.h')
-rw-r--r--Src/Plugins/Library/ml_downloads/Preferences.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/Plugins/Library/ml_downloads/Preferences.h b/Src/Plugins/Library/ml_downloads/Preferences.h
new file mode 100644
index 00000000..c0615aab
--- /dev/null
+++ b/Src/Plugins/Library/ml_downloads/Preferences.h
@@ -0,0 +1,6 @@
+#ifndef NULLSOFT_PREFERENCESH
+#define NULLSOFT_PREFERENCESH
+
+BOOL CALLBACK PreferencesDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
+#endif