diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-17 12:56:53 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-17 12:56:53 +0300 |
commit | f6a8d969de0a05f78bc32a4f27f5017c348a67ee (patch) | |
tree | 3d71430911f080fd87707f7e23984b97a22d8c39 /build/rpmbuild.h | |
parent | 85f0bbe8abedbc8c2f316f5680055cf700ca4f25 (diff) | |
download | rpm-f6a8d969de0a05f78bc32a4f27f5017c348a67ee.tar.gz rpm-f6a8d969de0a05f78bc32a4f27f5017c348a67ee.tar.bz2 rpm-f6a8d969de0a05f78bc32a4f27f5017c348a67ee.zip |
Convert build reqprov to headerPut()
- also changes index type to uint32_t instead of signed
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index a18afce12..2e30370f5 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -330,7 +330,7 @@ Package freePackage(Package pkg); */ int addReqProv(rpmSpec spec, Header h, rpmTag tagN, const char * N, const char * EVR, rpmsenseFlags Flags, - int index); + uint32_t index); /** \ingroup rpmbuild * Add rpmlib feature dependency. |