diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-10-06 15:13:22 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-10-06 15:13:22 +0300 |
commit | 1de7539ea8b7febadd0d31b5be049dcdd7179e4a (patch) | |
tree | 781aaf633a49c67538d5d7235d8f5892efaeac48 /lib/rpmlib.h | |
parent | c3a6ad8856600a00facb95abcb479fc6b39e6116 (diff) | |
download | rpm-1de7539ea8b7febadd0d31b5be049dcdd7179e4a.tar.gz rpm-1de7539ea8b7febadd0d31b5be049dcdd7179e4a.tar.bz2 rpm-1de7539ea8b7febadd0d31b5be049dcdd7179e4a.zip |
Eliminate headerMergeLegacySigs() from the API
- No need to export this in the API - if you want merged signature
tags you use rpm's package reading functions.
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r-- | lib/rpmlib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 30c016c34..5a0485e8e 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -35,14 +35,6 @@ extern const char * const rpmEVR; extern const int rpmFLAGS; -/** \ingroup header - * Translate and merge legacy signature tags into header. - * @todo Remove headerSort() through headerInitIterator() modifies sig. - * @param h header - * @param sigh signature header - */ -void headerMergeLegacySigs(Header h, const Header sigh); - /* ==================================================================== */ /** \name RPMRC */ |