Implement reload method

This commit is contained in:
PixlOne
2020-04-12 22:25:39 -04:00
committed by pixl
parent 6316b89840
commit 526ffec61a
2 changed files with 41 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef LOGID_LOGID_H
#define LOGID_LOGID_H
#include <mutex>
namespace logid
{
void reload();
extern bool kill_logid;
extern std::mutex finder_reloading;
}
#endif //LOGID_LOGID_H