summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/sametime/session_announce_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/sametime/session_announce_win.h')
-rw-r--r--plugins/!NotAdopted/sametime/session_announce_win.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/sametime/session_announce_win.h b/plugins/!NotAdopted/sametime/session_announce_win.h
new file mode 100644
index 0000000000..e311af9b9f
--- /dev/null
+++ b/plugins/!NotAdopted/sametime/session_announce_win.h
@@ -0,0 +1,15 @@
+#ifndef _SESSION_ANNOUNCE_WIN_INC
+#define _SESSION_ANNOUNCE_WIN_INC
+
+#include "common.h"
+
+typedef struct {
+ TCHAR msg[MAX_MESSAGE_SIZE];
+ GList *recipients;
+} AnnouncementData;
+
+typedef void (*SendAnnounceFunc)(AnnouncementData *ad);
+
+INT_PTR CALLBACK SessionAnnounceDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
+#endif