1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef H_RPMDB_PY #define H_RPMDB_PY #include <rpm/rpmdb.h> /** \ingroup py_c * \file python/rpmdb-py.h */ /** \ingroup py_c */ typedef struct rpmdbObject_s rpmdbObject; extern PyTypeObject rpmdb_Type; #endif