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 /rpmdb/db3.c | |
parent | 9f45bcd3ecf3f3548ed7a8490b882a6ca9ffeb94 (diff) | |
download | rpm-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.tar.gz rpm-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.tar.bz2 rpm-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.zip |
Factor -type problems into explicit code annotations.
CVS patchset: 5117
CVS date: 2001/10/16 17:42:18
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r-- | rpmdb/db3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c index 671ff2683..0c30147d9 100644 --- a/rpmdb/db3.c +++ b/rpmdb/db3.c @@ -1,3 +1,4 @@ +/*@-type@*/ /* FIX: annotate db3 methods */ /** \ingroup db3 * \file rpmdb/db3.c */ @@ -1229,3 +1230,4 @@ struct _dbiVec db3vec = { db3ccount, db3byteswapped, db3stat }; /*@=exportheadervar@*/ +/*@=type@*/ |