lib/curl/Global: move code to UpdateTimeout()

This commit is contained in:
Max Kellermann
2017-01-08 12:41:59 +01:00
parent 3cba76552b
commit 9f5eddcd13
2 changed files with 15 additions and 8 deletions

View File

@@ -76,6 +76,7 @@ public:
}
private:
void UpdateTimeout(long timeout_ms);
static int TimerFunction(CURLM *global, long timeout_ms, void *userp);
/* virtual methods from class TimeoutMonitor */