summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-06 00:00:43 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-06 00:00:43 +0300
commitde898be6a2857dababe3eaa2bfb394a9ea92ecbe (patch)
tree69543eead49b6038d88e14cfc4f4856ca27a1cee /plugins/CloudFile/src/stdafx.h
parent35e2289786a7f1542573d1a58ebc971970ea981c (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.h2
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