mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Make cookies_now static.
This commit is contained in:
parent
b7b86a22fb
commit
40fc711db6
@ -1,3 +1,7 @@
|
||||
2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* cookies.c: Make cookies_now static.
|
||||
|
||||
2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* utils.c (human_readable): Remove intermediary cast to long; MSVC
|
||||
|
@ -82,7 +82,7 @@ struct cookie_jar {
|
||||
|
||||
/* Value set by entry point functions, so that the low-level
|
||||
routines don't need to call time() all the time. */
|
||||
time_t cookies_now;
|
||||
static time_t cookies_now;
|
||||
|
||||
struct cookie_jar *
|
||||
cookie_jar_new (void)
|
||||
|
Loading…
Reference in New Issue
Block a user