diff options
Diffstat (limited to 'src/querymanager.hh')
| -rw-r--r-- | src/querymanager.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh index 46ea80d..220f69a 100644 --- a/src/querymanager.hh +++ b/src/querymanager.hh @@ -148,7 +148,7 @@ void LogAddVerbose(const char *Prefix, const char *Function, struct tm GetLocalTime(time_t t); struct tm GetGMTime(time_t t); int64 GetClockMonotonicMS(void); -int GetMonotonicUptimeMS(void); +int GetMonotonicUptime(void); void SleepMS(int DurationMS); void CryptoRandom(uint8 *Buffer, int Count); int RoundSecondsToDays(int Seconds); |
