diff options
Diffstat (limited to 'plugins/NewXstatusNotify/src/utils.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/utils.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/NewXstatusNotify/src/utils.h b/plugins/NewXstatusNotify/src/utils.h index e1a33b8de6..9d4cd1b35f 100644 --- a/plugins/NewXstatusNotify/src/utils.h +++ b/plugins/NewXstatusNotify/src/utils.h @@ -22,11 +22,12 @@ #ifndef UTILS_H
#define UTILS_H
-TCHAR *db2t(DBVARIANT *dbv);
+bool CheckMsgWnd(MCONTACT hContact);
int DBGetStringDefault(MCONTACT hContact, const char *szModule, const char *szSetting, TCHAR *setting, int size, const TCHAR *defaultValue);
-void HigherLower(int maxValue, int minValue);
void ShowLog(TCHAR *file);
BOOL StatusHasAwayMessage(char *szProto, int status);
void LogToFile(TCHAR *stzText);
+WCHAR *mir_dupToUnicodeEx(char *ptr, UINT CodePage);
+TCHAR *AddCR(const TCHAR *statusmsg);
-#endif
\ No newline at end of file +#endif
|