From f632783f27da5dd0ed3513bbee6182ea8af30afe Mon Sep 17 00:00:00 2001 From: Mataes Date: Sat, 17 Mar 2018 21:41:50 +0300 Subject: FTPFile: replace mir_strcpy and mir_wstrcpy --- plugins/FTPFileYM/src/mir_db.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/FTPFileYM/src/mir_db.h') diff --git a/plugins/FTPFileYM/src/mir_db.h b/plugins/FTPFileYM/src/mir_db.h index 750f6c6b8a..bc92bd1e15 100644 --- a/plugins/FTPFileYM/src/mir_db.h +++ b/plugins/FTPFileYM/src/mir_db.h @@ -34,11 +34,5 @@ public: static int getWordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); static int getDwordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); - // !!!!!!!!!!!!!!!!!!! dangerous as hell - static int getAString(MCONTACT hContact, char *szModule, char *szSetting, char *buff); - static int getAStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, char *buff); - static int getString(MCONTACT hContact, char *szModule, char *szSetting, wchar_t *buff); - static int getStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, wchar_t *buff); - static int deleteSettingF(MCONTACT hContact, char *szModule, char *szSetting, int id); }; -- cgit v1.2.3