summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-20 22:41:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-20 22:41:23 +0000
commitf01cda3ae486a4046e86ec3c26c2c130dffa349a (patch)
treeee758743a02bbecd59ea4345da54f527c8f73444 /plugins/NewXstatusNotify/src/utils.h
parentc16625bfdc49c39ea6c159a70a87b95bbdc7a6c9 (diff)
another bunch of shit removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/utils.h')
-rw-r--r--plugins/NewXstatusNotify/src/utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/utils.h b/plugins/NewXstatusNotify/src/utils.h
index 1f5838b288..d7496edf30 100644
--- a/plugins/NewXstatusNotify/src/utils.h
+++ b/plugins/NewXstatusNotify/src/utils.h
@@ -27,7 +27,6 @@ int DBGetStringDefault(MCONTACT hContact, const char *szModule, const char *szSe
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);
+void AddCR(CMString &str, const TCHAR *statusmsg);
#endif