diff options
author | jbj <devnull@localhost> | 1999-12-12 21:14:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-12 21:14:05 +0000 |
commit | 8f481702d8203c95d390f6eac93434019cf8d797 (patch) | |
tree | 16bb1c1650660851f355779a70727e934f26fc9d /lib/rpmurl.h | |
parent | 292b9f10befbeb1044d2db98f62de0e65aff3317 (diff) | |
download | rpm-8f481702d8203c95d390f6eac93434019cf8d797.tar.gz rpm-8f481702d8203c95d390f6eac93434019cf8d797.tar.bz2 rpm-8f481702d8203c95d390f6eac93434019cf8d797.zip |
reload macros from cmd line when re-reading config files.
CVS patchset: 3479
CVS date: 1999/12/12 21:14:05
Diffstat (limited to 'lib/rpmurl.h')
-rw-r--r-- | lib/rpmurl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmurl.h b/lib/rpmurl.h index 5508453aa..bb7c2d979 100644 --- a/lib/rpmurl.h +++ b/lib/rpmurl.h @@ -22,7 +22,6 @@ typedef /*@abstract@*/ /*@refcounted@*/ struct urlinfo { const char * password; const char * host; const char * portstr; - const char * path; const char * proxyu; /* FTP: proxy user */ const char * proxyh; /* FTP/HTTP: proxy host */ int proxyp; /* FTP/HTTP: proxy port */ |