diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-08-25 14:04:52 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-08-25 14:04:52 +0300 |
commit | e677ea1ea86cb3202256e7657066538d3b1b2705 (patch) | |
tree | 421ae8e902370d9421f84f7baa5d609bbb582852 /build/rpmbuild.h | |
parent | 68beb82e9f1c4e828c4af460e68513090a3cd171 (diff) | |
download | librpm-tizen-e677ea1ea86cb3202256e7657066538d3b1b2705.tar.gz librpm-tizen-e677ea1ea86cb3202256e7657066538d3b1b2705.tar.bz2 librpm-tizen-e677ea1ea86cb3202256e7657066538d3b1b2705.zip |
Eliminate initSourceHeader() from librpmbuild API
- This is a funky little implementation detail which no caller should
have to bother with. Move it to parseSpec.c which is the only place
needing it now and make static.
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index b166060fc..7d37d8f6a 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -324,12 +324,6 @@ int rpmlibNeedsFeature(Header h, const char * feature, const char * featureEVR); int processBinaryFiles(rpmSpec spec, int installSpecialDoc, int test); /** \ingroup rpmbuild - * Create and initialize header for source package. - * @param spec spec file control structure - */ -void initSourceHeader(rpmSpec spec); - -/** \ingroup rpmbuild * Post-build processing for source package. * @param spec spec file control structure * @return 0 on success |