diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 00:00:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 00:00:43 +0300 |
commit | de898be6a2857dababe3eaa2bfb394a9ea92ecbe (patch) | |
tree | 69543eead49b6038d88e14cfc4f4856ca27a1cee /plugins/CloudFile/src/stdafx.h | |
parent | 35e2289786a7f1542573d1a58ebc971970ea981c (diff) |
CloudFile: no need to create fake protocol instances just for search
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r-- | plugins/CloudFile/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h index b35ab0ed8c..b6ffbed338 100644 --- a/plugins/CloudFile/src/stdafx.h +++ b/plugins/CloudFile/src/stdafx.h @@ -113,4 +113,6 @@ void PasteToInputArea(MCONTACT hContact, const wchar_t *data); void PasteToClipboard(const wchar_t *data); void Report(MCONTACT hContact, const wchar_t *data); +CCloudService* FindService(const char *szProto); + #endif //_COMMON_H_
\ No newline at end of file |