diff options
author | jbj <devnull@localhost> | 2001-10-16 17:42:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-16 17:42:18 +0000 |
commit | 96a3f7a55d444296f97c3e28c8d810e220e1cb9f (patch) | |
tree | 01eb83731cd7193dda21a7ab3d8e741c41c0914f /lib/header_internal.h | |
parent | 9f45bcd3ecf3f3548ed7a8490b882a6ca9ffeb94 (diff) | |
download | librpm-tizen-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.tar.gz librpm-tizen-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.tar.bz2 librpm-tizen-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.zip |
Factor -type problems into explicit code annotations.
CVS patchset: 5117
CVS date: 2001/10/16 17:42:18
Diffstat (limited to 'lib/header_internal.h')
-rw-r--r-- | lib/header_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/header_internal.h b/lib/header_internal.h index d6fd351fb..913b8730a 100644 --- a/lib/header_internal.h +++ b/lib/header_internal.h @@ -161,9 +161,11 @@ int headerGetRawEntry(Header h, int_32 tag, * @param h header * @return no. of references */ +/*@-type@*/ /* FIX: cast? */ /*@unused@*/ static inline int headerUsageCount(Header h) /*@*/ { return h->nrefs; } +/*@=type@*/ /** \ingroup header * Dump a header in human readable format (for debugging). |