diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 17:42:19 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 17:42:19 +0200 |
commit | d718b12f5bf5b94c418b8235e45625cbccca6220 (patch) | |
tree | 18c6fe59a6b06b2b1092a1c2e6f67f8657f27cc6 /python/header-py.h | |
parent | 53ca9c775f5f3954f140f462d22bb28cde02c6cd (diff) | |
download | rpm-d718b12f5bf5b94c418b8235e45625cbccca6220.tar.gz rpm-d718b12f5bf5b94c418b8235e45625cbccca6220.tar.bz2 rpm-d718b12f5bf5b94c418b8235e45625cbccca6220.zip |
Mass convert (back) to rpmTag as it's usable everywhere now
- cast away a few cases where the enum usage causes ridiculous amount
of compiler warnings from unhandled switch-cases
Diffstat (limited to 'python/header-py.h')
-rw-r--r-- | python/header-py.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.h b/python/header-py.h index 8937520c8..b1197b0b2 100644 --- a/python/header-py.h +++ b/python/header-py.h @@ -21,7 +21,7 @@ hdrObject * hdr_Wrap(Header h); Header hdrGetHeader(hdrObject * h); -rpm_tag_t tagNumFromPyObject (PyObject *item); +rpmTag tagNumFromPyObject (PyObject *item); PyObject * labelCompare (PyObject * self, PyObject * args); PyObject * versionCompare (PyObject * self, PyObject * args, PyObject * kwds); |