137 const char *rdprot=
"xroot:",
138 const char *rdhost=0,
141 fileList(0), lastFile(0), currFile(0),
142 prots(protos ? strdup(protos) : 0),
143 encType(encode ? strdup(encode) : 0),
144 rdProt(rdprot), rdHost(rdhost),
145 fileCnt(0), eCode(0),
146 doAll(false), noUrl(true)
147 {*eText = 0; *tmpFn = 0;}