summaryrefslogtreecommitdiff
path: root/python/header-py.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/header-py.h')
-rw-r--r--python/header-py.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/header-py.h b/python/header-py.h
index 25cf30b8b..2eb6229c8 100644
--- a/python/header-py.h
+++ b/python/header-py.h
@@ -3,18 +3,10 @@
#include <rpm/rpmtypes.h>
-/** \ingroup py_c
- * \file python/header-py.h
- */
-
-/** \ingroup py_c
- */
typedef struct hdrObject_s hdrObject;
extern PyTypeObject hdr_Type;
-/** \ingroup py_c
- */
extern PyObject * pyrpmError;
PyObject * hdr_Wrap(Header h);