diff options
Diffstat (limited to 'src/querymanager.hh')
| -rw-r--r-- | src/querymanager.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh index 1128ab9..66b049f 100644 --- a/src/querymanager.hh +++ b/src/querymanager.hh @@ -146,6 +146,7 @@ void LogAddVerbose(const char *Prefix, const char *Function, const char *File, int Line, const char *Format, ...) ATTR_PRINTF(5, 6); struct tm GetLocalTime(time_t t); +struct tm GetGMTime(time_t t); int64 GetClockMonotonicMS(void); int GetMonotonicUptimeMS(void); void SleepMS(int DurationMS); |
