summaryrefslogtreecommitdiff
path: root/protocols/Slack/src/slack_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Slack/src/slack_proto.h')
-rw-r--r--protocols/Slack/src/slack_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Slack/src/slack_proto.h b/protocols/Slack/src/slack_proto.h
index 25b667eea2..c7dd739f32 100644
--- a/protocols/Slack/src/slack_proto.h
+++ b/protocols/Slack/src/slack_proto.h
@@ -89,6 +89,7 @@ private:
static CSlackProto* GetContactAccount(MCONTACT hContact);
int __cdecl OnAccountLoaded(WPARAM, LPARAM);
+ int __cdecl OnAccountDeleted(WPARAM, LPARAM);
INT_PTR __cdecl OnAccountManagerInit(WPARAM, LPARAM);
@@ -143,6 +144,8 @@ private:
int __cdecl OnPreCreateMessage(WPARAM wParam, LPARAM lParam);
// utils
+ static int SlackToMirandaStatus(const char *presence);
+
static void ShowNotification(const TCHAR *message, int flags = 0, MCONTACT hContact = NULL);
static void ShowNotification(const TCHAR *caption, const TCHAR *message, int flags = 0, MCONTACT hContact = NULL);