version 0.2.7
[fms.git] / include / global.h
index 8b781f9..834f605 100644 (file)
@@ -4,7 +4,7 @@
 #include <vector>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.6"\r
+#define FMS_VERSION    "0.2.7"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -19,6 +19,8 @@ void SetupDefaultOptions();
 // opens logfile and sets it up\r
 void SetupLogFile();\r
 \r
+std::string CreateShortIdentityName(const std::string &name, const std::string &publickey);\r
+\r
 // TODO remove sometime after 0.1.17\r
 void FixCapitalBoardNames();\r
 \r