summaryrefslogtreecommitdiff
path: root/python/spec-py.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/spec-py.h')
-rw-r--r--python/spec-py.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/spec-py.h b/python/spec-py.h
index 8004d1efd..7e6a04494 100644
--- a/python/spec-py.h
+++ b/python/spec-py.h
@@ -7,11 +7,7 @@
* \file python/spec-py.h
*/
-typedef struct specObject_s {
- PyObject_HEAD
- /*type specific fields */
- rpmSpec spec;
-} specObject;
+typedef struct specObject_s specObject;
extern PyTypeObject spec_Type;