summaryrefslogtreecommitdiff
path: root/sametime/session_announce_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'sametime/session_announce_win.h')
-rw-r--r--sametime/session_announce_win.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/sametime/session_announce_win.h b/sametime/session_announce_win.h
new file mode 100644
index 0000000..e311af9
--- /dev/null
+++ b/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