diff options
author | jbj <devnull@localhost> | 1999-12-12 17:46:22 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-12 17:46:22 +0000 |
commit | 292b9f10befbeb1044d2db98f62de0e65aff3317 (patch) | |
tree | e746bc9c751df6d2709bf8e447c9d3c77c6b6722 /lib/misc.h | |
parent | b438e61808c5a81b6d648a632278b6adc7db680e (diff) | |
download | rpm-292b9f10befbeb1044d2db98f62de0e65aff3317.tar.gz rpm-292b9f10befbeb1044d2db98f62de0e65aff3317.tar.bz2 rpm-292b9f10befbeb1044d2db98f62de0e65aff3317.zip |
lib/rpminstall.c: Perform glob on remote ftp install args.
lib/misc.[ch]: Rename remoteGlob to rpmGlob. Preserve glob_error behavior.
build/files.c: Ditto.
lib/rpmio.c: Collapse ftpFileDesc() into ftpReq().
lib/rpmio.c: Eliminate all uses of u->path.
lib/url.c: Ditto.
lib/url.c: Tweak url cache code to reuse empty slots (never happens).
CVS patchset: 3478
CVS date: 1999/12/12 17:46:22
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.h b/lib/misc.h index 70cee1f95..b4f15c71c 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -41,7 +41,7 @@ void buildOrigFileList(Header h, /*@out@*/ const char *** fileListPtr, /*@out@*/ int * fileCountPtr); int myGlobPatternP (const char *patternURL); -int remoteGlob(const char * patterns, int * argcPtr, const char *** argvPtr); +int rpmGlob(const char * patterns, int * argcPtr, const char *** argvPtr); #ifdef __cplusplus } |