summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-02-05 16:14:34 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-02-05 16:14:34 +0200
commit130118d594ef2dfb02e5a2938fe4e1da1b3e6955 (patch)
tree1170290d4320f19ffba65fcb4c05c0d42dea447b /lib/rpmts.h
parentbbcf8f5ff09a11ba9dcf688c923afcfd62dd9d4d (diff)
downloadlibrpm-tizen-130118d594ef2dfb02e5a2938fe4e1da1b3e6955.tar.gz
librpm-tizen-130118d594ef2dfb02e5a2938fe4e1da1b3e6955.tar.bz2
librpm-tizen-130118d594ef2dfb02e5a2938fe4e1da1b3e6955.zip
Use rpmTagType always now that it's available everywhere
- RPM_MASK_TYPE is not a datatype, move it out of the enum - add missing cases python header handling to shut up gcc
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r--lib/rpmts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h
index 8b086198d..390bcf1c9 100644
--- a/lib/rpmts.h
+++ b/lib/rpmts.h
@@ -529,7 +529,7 @@ rpm_tag_t rpmtsSigtag(const rpmts ts);
* @param ts transaction set
* @return signature tag type
*/
-rpm_tagtype_t rpmtsSigtype(const rpmts ts);
+rpmTagType rpmtsSigtype(const rpmts ts);
/** \ingroup rpmts
* Get signature tag data, i.e. from header.
@@ -555,7 +555,7 @@ size_t rpmtsSiglen(const rpmts ts);
* @return 0 always
*/
int rpmtsSetSig(rpmts ts,
- rpm_tag_t sigtag, rpm_tagtype_t sigtype,
+ rpm_tag_t sigtag, rpmTagType sigtype,
rpm_data_t sig, size_t siglen);
/** \ingroup rpmts