diff options
Diffstat (limited to 'python/rpmps-py.h')
-rw-r--r-- | python/rpmps-py.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/python/rpmps-py.h b/python/rpmps-py.h index 86844f622..de68a2b86 100644 --- a/python/rpmps-py.h +++ b/python/rpmps-py.h @@ -7,14 +7,7 @@ * \file python/rpmps-py.h */ -/** - */ -typedef struct rpmpsObject_s { - PyObject_HEAD - PyObject *md_dict; /*!< to look like PyModuleObject */ - rpmps ps; - rpmpsi psi; -} rpmpsObject; +typedef struct rpmpsObject_s rpmpsObject; /** */ |