diff options
author | jbj <devnull@localhost> | 1999-12-12 01:46:13 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-12 01:46:13 +0000 |
commit | b438e61808c5a81b6d648a632278b6adc7db680e (patch) | |
tree | 728f5c1eee94d6a38bc999119d5b303d837c62aa /lib/misc.h | |
parent | 6f2127f425eea67893d12dc12e4f2bba2a64a100 (diff) | |
download | rpm-b438e61808c5a81b6d648a632278b6adc7db680e.tar.gz rpm-b438e61808c5a81b6d648a632278b6adc7db680e.tar.bz2 rpm-b438e61808c5a81b6d648a632278b6adc7db680e.zip |
perform glob on remote ftp queries.
fix: ftpAbort must close the data channel to read abort status.
CVS patchset: 3477
CVS date: 1999/12/12 01:46:13
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/misc.h b/lib/misc.h index 8d4196254..70cee1f95 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -41,6 +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); #ifdef __cplusplus } |