summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/popupOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/popupOptions.h')
-rw-r--r--plugins/SecureIM/popupOptions.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/SecureIM/popupOptions.h b/plugins/SecureIM/popupOptions.h
new file mode 100644
index 0000000000..22d3453adc
--- /dev/null
+++ b/plugins/SecureIM/popupOptions.h
@@ -0,0 +1,8 @@
+#ifndef __POPUP_OPTIONS__
+#define __POPUP_OPTIONS__
+
+INT_PTR CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
+void RefreshPopupOptionsDlg(HWND,HWND,HWND,HWND,HWND,HWND);
+int onRegisterPopOptions(WPARAM,LPARAM);
+
+#endif