rpm  5.2.1
rpmtypes.h
Go to the documentation of this file.
1 #ifndef _H_RPMTYPES_
2 #define _H_RPMTYPES_
3 
14 typedef /*@abstract@*/ /*@refcounted@*/ struct rpmts_s * rpmts;
15 
18 typedef struct Spec_s * Spec;
19 
23 typedef /*@abstract@*/ /*@refcounted@*/ struct rpmds_s * rpmds;
24 
28 typedef struct rpmPRCO_s * rpmPRCO;
29 
33 typedef /*@abstract@*/ struct rpmte_s * rpmte;
34 
38 typedef /*@abstract@*/ /*@refcounted@*/ struct rpmdb_s * rpmdb;
39 
43 typedef /*@abstract@*/ struct rpmmi_s * rpmmi;
44 
48 typedef /*@abstract@*/ /*@refcounted@*/ struct rpmgi_s * rpmgi;
49 
52 typedef struct rpmRelocation_s * rpmRelocation;
53 
54 #endif /* _H_RPMTYPES_ */