diff options
author | hniksic <devnull@localhost> | 2005-03-30 11:27:34 -0800 |
---|---|---|
committer | hniksic <devnull@localhost> | 2005-03-30 11:27:34 -0800 |
commit | 30e4a33756b846d83c93db7182a3b8a490d07dcb (patch) | |
tree | e9d1c4a60bcdc04de3c1329398d1087a160a755f /src/convert.h | |
parent | 52aafa6d15e539935a19af46ebf091a01ab504af (diff) | |
download | wget-30e4a33756b846d83c93db7182a3b8a490d07dcb.tar.gz |
[svn] Use sets/hash-tables instead of "slists". Remove slist implementation from
utils.c.
Diffstat (limited to 'src/convert.h')
-rw-r--r-- | src/convert.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/convert.h b/src/convert.h index e9ca0401..53b0c97a 100644 --- a/src/convert.h +++ b/src/convert.h @@ -30,6 +30,9 @@ so, delete this exception statement from your version. */ #ifndef CONVERT_H #define CONVERT_H +struct hash_table; /* forward decl */ +extern struct hash_table *downloaded_html_set; + enum convert_options { CO_NOCONVERT = 0, /* don't convert this URL */ CO_CONVERT_TO_RELATIVE, /* convert to relative, e.g. to |