mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
white space and copyright year changes
This commit is contained in:
parent
591fe66f18
commit
93a8572928
@ -7,7 +7,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2003, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -31,7 +31,6 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef HAVE_GETTIMEOFDAY
|
#ifndef HAVE_GETTIMEOFDAY
|
||||||
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
|
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
|
||||||
struct timeval {
|
struct timeval {
|
||||||
@ -45,7 +44,6 @@ struct timeval Curl_tvnow (void);
|
|||||||
|
|
||||||
/* the diff is from now on returned in number of milliseconds! */
|
/* the diff is from now on returned in number of milliseconds! */
|
||||||
long Curl_tvdiff(struct timeval t1, struct timeval t2);
|
long Curl_tvdiff(struct timeval t1, struct timeval t2);
|
||||||
|
|
||||||
long Curl_tvlong(struct timeval t1);
|
long Curl_tvlong(struct timeval t1);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user