TimeServer

This commit is contained in:
jomjol
2020-12-24 16:08:58 +01:00
parent 7e4f83c2f5
commit 584a73255a
5 changed files with 27 additions and 33 deletions

View File

@@ -15,4 +15,5 @@
void setup_time(void);
std::string gettimestring(const char * frm);
void setTimeZone(std::string _tzstring);
void setTimeZone(std::string _tzstring);
void reset_servername(std::string _servername);