From e45e2f1683f984ec5ef05c0b4ffff87ee0405f43 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 19:19:14 +0300 Subject: code cleaning --- include/m_clist.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/m_clist.h b/include/m_clist.h index 463ce493c2..f919bc5c06 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -53,6 +53,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. EXTERN_C MIR_APP_DLL(void) Clist_SetStatusMode(int iStatus); +///////////////////////////////////////////////////////////////////////////////////////// +// returns the text associated with the given status + +#define GSMDF_UNTRANSLATED 4 // don't tranlate the result +EXTERN_C MIR_APP_DLL(wchar_t*) Clist_GetStatusModeDescription(int iStatus, int iFlags /*GSMDF_*/); + ///////////////////////////////////////////////////////////////////////////////////////// // detects whether a protocol is visible or not @@ -564,8 +570,4 @@ EXTERN_C MIR_APP_DLL(int) Clist_TrayNotifyW(const char *szProto, const wchar_t * #define SETTING_BRINGTOFRONT_DEFAULT 0 -#ifndef M_CLISTINT_H__ -#include -#endif - #endif // M_CLIST_H__ -- cgit v1.2.3