diff options
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r-- | lib/rpmlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 8e8ad93d1..16d9a8810 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -67,6 +67,10 @@ void * _free(/*@only@*/ /*@null@*/ /*@out@*/ const void * p) */ typedef /*@abstract@*/ /*@refcounted@*/ struct rpmts_s * rpmts; +/** \ingroup rpmbuild + */ +typedef struct Spec_s * Spec; + /** \ingroup rpmtrans * An added/available package retrieval key. */ |