diff options
Diffstat (limited to 'protocols/Teams/src/teams_utils.h')
| -rw-r--r-- | protocols/Teams/src/teams_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Teams/src/teams_utils.h b/protocols/Teams/src/teams_utils.h index 58255e53c1..dc79d1e2b5 100644 --- a/protocols/Teams/src/teams_utils.h +++ b/protocols/Teams/src/teams_utils.h @@ -26,6 +26,9 @@ const wchar_t* GetSkypeNick(const wchar_t *szSkypeId); CMStringA ParseUrl(const char *url, const char *token); +int SkypeToMirandaStatus(const char *status); +const char *MirandaToSkypeStatus(int status); + bool AddBbcodes(CMStringA &str); bool IsPossibleUserType(const char *pszUserId); |
