From 8e215729e7f45b1c9e17f8451046b7b5c04943e6 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 1 May 2008 02:32:40 +0000 Subject: Aesthetic: improved consistency of uri terminology Switched any references to 'url' to 'uri' git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-43 --- src/getht.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/getht.h') diff --git a/src/getht.h b/src/getht.h index 57c2ac9..c5f0728 100644 --- a/src/getht.h +++ b/src/getht.h @@ -18,10 +18,10 @@ * */ -#define XML_TOC_URL "http://www.hinduismtoday.com/digital/htde_toc.xml" +#define XML_TOC_URI "http://www.hinduismtoday.com/digital/htde_toc.xml" /* currently unused - see 0.1 patch-30 for latest version parsing media */ -#define MEDIA_TOC_URL "http://www.hinduismtoday.com/digital/htde_media-player.rev.gz" +#define MEDIA_TOC_URI "http://www.hinduismtoday.com/digital/htde_media-player.rev.gz" #define ISS_XML_FILE "htde_toc.xml" -- cgit v1.2.3