Skip to content
  • Daniel Stenberg's avatar
    time: rename Curl_tvnow to Curl_now · 5d543fe9
    Daniel Stenberg authored
    ... since the 'tv' stood for timeval and this function does not return a
    timeval struct anymore.
    
    Also, cleaned up the Curl_timediff*() functions to avoid typecasts and
    clean up the descriptive comments.
    
    Closes #2011
    5d543fe9