X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fglobal.h;h=db939a4341016850f1d0b9aae654ab45725756b6;hp=5240cc7e2df919284b864b82447f584affa135dc;hb=a007770a843aa759763b98288c9432c3906ce5c6;hpb=175f098e7e712b839db433b93fe8649a402c6784 diff --git a/include/global.h b/include/global.h index 5240cc7..db939a4 100644 --- a/include/global.h +++ b/include/global.h @@ -2,10 +2,9 @@ #define _global_ #include -//#include #include "pthreadwrapper/thread.h" -#define FMS_VERSION "0.2.2" +#define FMS_VERSION "0.2.3" // opens database and creates tables and initial inserts if necessary void SetupDB(); @@ -26,9 +25,6 @@ void SigHandler(int signum); void MainFunction(); void Shutdown(); -//void StartThreads(std::vector &threads); -//void ShutdownThreads(std::vector &threads); - // needed for Windows to setup network void SetupNetwork(); // cleanup network on Windows