rpmds.h   rpmds.h 
skipping to change at line 106 skipping to change at line 106
rpmds * Cdsp; /*!< Conflicts: collector. */ rpmds * Cdsp; /*!< Conflicts: collector. */
/*@dependent@*/ /*@relnull@*/ /*@dependent@*/ /*@relnull@*/
rpmds * Odsp; /*!< Obsoletes: collector. */ rpmds * Odsp; /*!< Obsoletes: collector. */
/*@dependent@*/ /*@relnull@*/ /*@dependent@*/ /*@relnull@*/
rpmds * Tdsp; /*!< Triggers collector. */ rpmds * Tdsp; /*!< Triggers collector. */
/*@dependent@*/ /*@relnull@*/ /*@dependent@*/ /*@relnull@*/
rpmds * Ddsp; /*!< Dirnames collector. */ rpmds * Ddsp; /*!< Dirnames collector. */
/*@dependent@*/ /*@relnull@*/ /*@dependent@*/ /*@relnull@*/
rpmds * Ldsp; /*!< Linktos collector. */ rpmds * Ldsp; /*!< Linktos collector. */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds this; /*!< N = EVR */ rpmds my; /*!< N = EVR */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds P; /*!< Provides: */ rpmds P; /*!< Provides: */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds R; /*!< Requires: */ rpmds R; /*!< Requires: */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds C; /*!< Conflicts: */ rpmds C; /*!< Conflicts: */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds O; /*!< Obsoletes: */ rpmds O; /*!< Obsoletes: */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds T; /*!< Triggers */ rpmds T; /*!< Triggers */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds D; /*!< Dirnames */ rpmds D; /*!< Dirnames */
/*@refcounted@*/ /*@null@*/ /*@refcounted@*/ /*@null@*/
rpmds L; /*!< Linktos */ rpmds L; /*!< Linktos */
#if defined(__LCLINT__) #if defined(__LCLINT__)
/*@refs@*/ /*@refs@*/
int nrefs; /*!< (unused) keep splint happy */ int nrefs; /*!< (unused) keep splint happy */
#endif #endif
}; };
#endif /* _RPMPRCO_INTERNAL */ #endif /* _RPMPRCO_INTERNAL */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
 End of changes. 8 change blocks. 
8 lines changed or deleted 8 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/