From cd1423a4780e8d7979b9be287a949c067e9559c1 Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Thu, 12 Apr 2001 12:43:12 -0700
Subject: [PATCH] [svn] Declare http_atotm().

---
 src/ChangeLog | 4 ++++
 src/cookies.c | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/src/ChangeLog b/src/ChangeLog
index a896f8b8..c84c985e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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
diff --git a/src/cookies.c b/src/cookies.c
index 8c44267e..a7c1598c 100644
--- a/src/cookies.c
+++ b/src/cookies.c
@@ -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 *));
+
 
 /* Definition of `struct cookie' and the most basic functions. */