summaryrefslogtreecommitdiff
path: root/lib/rpmdb.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-09-12 20:43:23 +0000
committerjbj <devnull@localhost>1999-09-12 20:43:23 +0000
commitf005d4c15c11eacc245d11e2f069881d2543e32c (patch)
treeb001f1e5698de223c4a813e3b00dea011b8c5748 /lib/rpmdb.h
parentfa165f14175844cbb582eea1617345da0bd779eb (diff)
downloadrpm-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.gz
rpm-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.bz2
rpm-f005d4c15c11eacc245d11e2f069881d2543e32c.zip
Fiddles to resurrect lclint.
CVS patchset: 3281 CVS date: 1999/09/12 20:43:23
Diffstat (limited to 'lib/rpmdb.h')
-rw-r--r--lib/rpmdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmdb.h b/lib/rpmdb.h
index e4fbf7d76..e993f97d1 100644
--- a/lib/rpmdb.h
+++ b/lib/rpmdb.h
@@ -21,7 +21,7 @@ int rpmdbUpdateRecord(rpmdb db, int secOffset, Header secHeader);
void rpmdbRemoveDatabase(const char * rootdir, const char * dbpath);
int rpmdbMoveDatabase(const char * rootdir, const char * olddbpath, const char * newdbpath);
/* matchList must be preallocated!!! */
-int rpmdbFindFpList(rpmdb db, fingerPrint * fpList, dbiIndexSet * matchList,
+int rpmdbFindFpList(rpmdb db, fingerPrint * fpList, /*@out@*/dbiIndexSet * matchList,
int numItems);
#ifdef __cplusplus