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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/spec-py.h b/python/spec-py.h
index 19b4df25e..0ed16e6e5 100644
--- a/python/spec-py.h
+++ b/python/spec-py.h
@@ -3,20 +3,12 @@
#include <rpm/rpmbuild.h>
-/** \ingroup py_c
- * \file python/spec-py.h
- */
-
typedef struct specObject_s specObject;
extern PyTypeObject spec_Type;
-/**
- */
rpmSpec specFromSpec(specObject * spec);
-/**
- */
PyObject * spec_Wrap(rpmSpec spec);
#endif /* RPMPYTHON_SPEC */