diff options
author | jbj <devnull@localhost> | 2000-04-13 17:59:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-04-13 17:59:10 +0000 |
commit | a6fc8ecb52d57acc8a4c601d49b019a6ae9eac91 (patch) | |
tree | 26cc779dcbb550fbfef76fd8d2a6e48b4041a28a /lib/misc.h | |
parent | 0c83ea489f9d5f36d3d2e1af06f77396a3f733cb (diff) | |
download | rpm-a6fc8ecb52d57acc8a4c601d49b019a6ae9eac91.tar.gz rpm-a6fc8ecb52d57acc8a4c601d49b019a6ae9eac91.tar.bz2 rpm-a6fc8ecb52d57acc8a4c601d49b019a6ae9eac91.zip |
add explcit "Provides: name = [epoch:]version-release" to headers.
CVS patchset: 3678
CVS date: 2000/04/13 17:59:10
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 30afc9c76..9a435c162 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -44,6 +44,8 @@ int myGlobPatternP (const char *patternURL); int rpmGlob(const char * patterns, /*@out@*/ int * argcPtr, /*@out@*/ const char *** argvPtr); +void providePackageNVR(Header h); + #ifdef __cplusplus } #endif |