diff options
author | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
commit | 750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch) | |
tree | b884b1b98864221da1ccc14c5551579cb885be73 /build/rpmspec.h | |
parent | 9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff) | |
download | rpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.gz rpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.bz2 rpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.zip |
lclint fiddles.
CVS patchset: 4833
CVS date: 2001/06/04 13:55:58
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index d7f48435f..d0c44d011 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -41,10 +41,12 @@ struct Source { /** \ingroup rpmbuild */ +/*@-typeuse@*/ typedef struct ReadLevelEntry { int reading; /*@dependent@*/ struct ReadLevelEntry * next; } RLE_t; +/*@=typeuse@*/ /** \ingroup rpmbuild */ @@ -192,8 +194,10 @@ extern "C" { * @param spec spec file control structure * @return NULL always */ +/*@-declundef@*/ extern /*@null@*/ Spec (*freeSpecVec) (Spec spec) /* XXX FIXME */ /*@modifies spec @*/; +/*@=declundef@*/ /** \ingroup rpmbuild */ |