1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef H_RPMTE_PY #define H_RPMTE_PY #include <rpm/rpmte.h> /** \ingroup py_c * \file python/rpmte-py.h */ typedef struct rpmteObject_s rpmteObject; extern PyTypeObject rpmte_Type; PyObject * rpmte_Wrap(rpmte te); #endif