]> sjero.net Git - wget/commitdiff
[svn] Declare http_atotm().
authorhniksic <devnull@localhost>
Thu, 12 Apr 2001 19:43:12 +0000 (12:43 -0700)
committerhniksic <devnull@localhost>
Thu, 12 Apr 2001 19:43:12 +0000 (12:43 -0700)
src/ChangeLog
src/cookies.c

index a896f8b8f9ce493351001d616157a1c96679fc9b..c84c985edc983661f0e5a319726dce4e69fa4ffd 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * cookies.c: Declare http_atotm.
+
 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
index 8c44267e126529d1acb6b15d5fc3c9a95f660f66..a7c1598c1871affc2ef66dbd1b7147b65ff2167d 100644 (file)
@@ -46,6 +46,10 @@ static struct hash_table *cookies_hash_table;
    functions don't need to call time() all the time.  */
 
 static time_t cookies_now;
+
+/* This should *really* be in a .h file!  */
+time_t http_atotm PARAMS ((char *));
+
 \f
 /* Definition of `struct cookie' and the most basic functions. */