diff options
author | jbj <devnull@localhost> | 1999-12-11 17:53:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-11 17:53:25 +0000 |
commit | bd928fc23c2383de6ead25cd64fdc2f1210f88c5 (patch) | |
tree | f56986005a3541269d771690d31b00f4d888241f /lib/misc.h | |
parent | 7bcf51daa5454d86a6271c0de45e583f577d4b55 (diff) | |
download | librpm-tizen-bd928fc23c2383de6ead25cd64fdc2f1210f88c5.tar.gz librpm-tizen-bd928fc23c2383de6ead25cd64fdc2f1210f88c5.tar.bz2 librpm-tizen-bd928fc23c2383de6ead25cd64fdc2f1210f88c5.zip |
partial implementation for ftp globbing.
CVS patchset: 3474
CVS date: 1999/12/11 17:53:25
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/misc.h b/lib/misc.h index 9942e7a7c..8d4196254 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -40,6 +40,8 @@ void expandFilelist(Header h); void buildOrigFileList(Header h, /*@out@*/ const char *** fileListPtr, /*@out@*/ int * fileCountPtr); +int myGlobPatternP (const char *patternURL); + #ifdef __cplusplus } #endif |