X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fidentitytestglobal.h;fp=include%2Fidentitytestglobal.h;h=0000000000000000000000000000000000000000;hb=6b896a9e1dc143bba86795be1e9336549db9b85f;hp=17f6278d521e8c21301f4dbd884d974e8ce67669;hpb=8adfd604a97d385869b0ce763b35d014d7aa2cca;p=fms.git diff --git a/include/identitytestglobal.h b/include/identitytestglobal.h deleted file mode 100644 index 17f6278..0000000 --- a/include/identitytestglobal.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef _global_ -#define _global_ - -#include -#include - -#define FMS_VERSION "0.0.4" - -// opens database and creates tables and initial inserts if necessary -void SetupDB(); -// inserts default options into the database -void SetupDefaultOptions(); -// opens logfile and sets it up -void SetupLogFile(); - -void StartThreads(std::vector &threads); -void ShutdownThreads(std::vector &threads); - -// needed for Windows to setup network -void SetupNetwork(); -// cleanup network on Windows -void ShutdownNetwork(); - -#endif // _global_