missing function

This commit is contained in:
David Kocik 2022-06-20 11:19:14 +02:00
parent c2bbc850c7
commit e75cf95a89

View File

@ -15,6 +15,14 @@
#endif //__linux__
namespace Downloader {
#if __APPLE__
// apple implementation of inner functions of instance_check
// in InstanceCheckMac.mm
void send_message_mac(const std::string& msg, const std::string& version);
//bool unlock_lockfile(const std::string& name, const std::string& path);
#endif //__APPLE__
class SlicerSend
{
public: