links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

Commit: a6ef074227f6d53693489ee7ba1a10e47ab0ac89
Parent: 53f7cc86044a09db99c44c38543b293045a1f3fe
Author: opask
Date:   Tue, 27 Nov 2018 17:27:46 -0700

links.h: remove 4 unused extern declarations

Diffstat:
Mlinks.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/links.h b/links.h @@ -3704,10 +3704,6 @@ extern struct list assoc; extern struct list extensions; extern struct list_head mailto_prog; -extern struct list_head telnet_prog; -extern struct list_head tn3270_prog; -extern struct list_head mms_prog; -extern struct list_head magnet_prog; unsigned char *get_compress_by_extension(char *, char *); unsigned char *get_content_type_by_extension(unsigned char *url);