diff options
Diffstat (limited to 'plugins/Msg_Export/src/utils.h')
-rwxr-xr-x | plugins/Msg_Export/src/utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h index 32e242c4ff..b976e6f5ef 100755 --- a/plugins/Msg_Export/src/utils.h +++ b/plugins/Msg_Export/src/utils.h @@ -43,9 +43,7 @@ extern bool g_bUseLessAndGreaterInExport; extern bool g_bReplaceHistory;
-wstring sGetErrorString(DWORD dwError);
-wstring sGetErrorString();
-void DisplayLastError(const wchar_t *pszError);
+void LogLastError(const wchar_t *pszError);
void DisplayErrorDialog(const wchar_t *pszError, wstring &sFilePath, DBEVENTINFO *dbei);
bool bIsExportEnabled(MCONTACT hContact);
|