summaryrefslogtreecommitdiff
path: root/lib/rpmurl.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-11-24 00:03:54 +0000
committerjbj <devnull@localhost>1999-11-24 00:03:54 +0000
commit4221ce1aa1fff15764b1620d904c713f8bc727ae (patch)
tree50d7cc5e1929acfa9cd571d78d4afdbf8118aab2 /lib/rpmurl.h
parentabe7856bb066b68cffb378cd30771bc57bc49333 (diff)
downloadrpm-4221ce1aa1fff15764b1620d904c713f8bc727ae.tar.gz
rpm-4221ce1aa1fff15764b1620d904c713f8bc727ae.tar.bz2
rpm-4221ce1aa1fff15764b1620d904c713f8bc727ae.zip
lib/macro.c: Canonicalize paths in rpmGetPath().
build.c: ditto. build/build.c: ditto. build/files.c: ditto. build/parsePreamble.c: ditto. build/parseSpec.c: ditto. build/myftw.c: Use Opendir/Readdir/Closedir wrappers. lib/cpio.c: Use Readlink/Stat/Lstat wrappers while building archive. lib/rpmio.c: functional ftpLstat, ftpStat and ftpReadlink. CVS patchset: 3432 CVS date: 1999/11/24 00:03:54
Diffstat (limited to 'lib/rpmurl.h')
-rw-r--r--lib/rpmurl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmurl.h b/lib/rpmurl.h
index f3e7708ca..5508453aa 100644
--- a/lib/rpmurl.h
+++ b/lib/rpmurl.h
@@ -27,6 +27,7 @@ typedef /*@abstract@*/ /*@refcounted@*/ struct urlinfo {
const char * proxyh; /* FTP/HTTP: proxy host */
int proxyp; /* FTP/HTTP: proxy port */
int port;
+ int urltype;
FD_t ctrl; /* control channel */
FD_t data; /* per-xfer data channel */
int bufAlloced; /* sizeof I/O buffer */