diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h index e8c1452cb7..dcb161eaf4 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -110,6 +110,6 @@ void RefreshGroups(void); wchar_t* time2text(time_t time);
wchar_t* time2text(DBVARIANT *dbv);
-bool fileText2url(const CMStringW &wszText, CMStringW *res = nullptr);
+int fileText2url(const CMStringW &wszText, CMStringW *res = nullptr);
extern bool g_bSecureIM, g_bMessageState;
|