mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Declare http_atotm().
This commit is contained in:
parent
b4b33b5afc
commit
cd1423a478
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user