]> sjero.net Git - wget/commitdiff
[svn] Make cookies_now static.
authorhniksic <devnull@localhost>
Mon, 27 Jun 2005 15:33:28 +0000 (08:33 -0700)
committerhniksic <devnull@localhost>
Mon, 27 Jun 2005 15:33:28 +0000 (08:33 -0700)
src/ChangeLog
src/cookies.c

index 2d97720ff80d599dd017e46fa04a809499e36969..34de466505e19e9efdda72c75a0eb4b6371594c4 100644 (file)
@@ -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
index 18f68fce05c1ae03fff5b5be01bd47e5f9b77416..3a28f900dbfdb9bc8d9424563519d77ea0a40a3f 100644 (file)
@@ -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)