~ubuntu-branches/debian/sid/rpm/sid

« back to all changes in this revision

Viewing changes to rpmio/rpmfileutil.h

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2013-06-06 11:39:34 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130606113934-ela3du14fyba0t6u
Tags: 4.11.0.1-1
* New upstream release.
* Bump standards to 3.9.4.
* Refresh patches, update patch from Fedora.
* Build with Lua 5.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
char * rpmGetPath (const char * path, ...) RPM_GNUC_NULL_TERMINATED;
110
110
 
111
111
/** \ingroup rpmfileutil
 
112
 * Check whether pattern contains any glob metacharacters.
 
113
 * @param pattern       glob pattern
 
114
 * @param quote         allow backslash quoting of metacharacters?
 
115
 * @return              1 if pattern contains globs, 0 otherwise
 
116
 */
 
117
int rpmIsGlob(const char * pattern, int quote);
 
118
 
 
119
/** \ingroup rpmfileutil
112
120
 * Return URL path(s) from a (URL prefixed) pattern glob.
113
121
 * @param patterns      glob pattern
114
122
 * @retval *argcPtr     no. of paths