diff options
author | Nick White <arch@njw.me.uk> | 2008-05-03 01:28:13 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2008-05-03 01:28:13 +0000 |
commit | 3487cada8f2ec50b20ccf919d36df211030f1088 (patch) | |
tree | 81579027fdf753374e5f23fefa374afeba40b040 /src/getht.h | |
parent | 3b5e0ddd46a8f4034b7e8aaebd4cdadce2d54828 (diff) |
Changed a couple of configuration variable names
Altered name of issuepath config variable to savepath, in config.ini as well as code
Altered name of issue_xml config variable to toc_xml
Removed unnecessary variable definitions from header
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-49
Diffstat (limited to 'src/getht.h')
-rw-r--r-- | src/getht.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/getht.h b/src/getht.h index ee5176a..8c09c3f 100644 --- a/src/getht.h +++ b/src/getht.h @@ -26,6 +26,3 @@ #define ISS_XML_FILE "htde_toc.xml" #define STR_MAX 512 - -char * proxytype; -char * proxyauth; |