diff options
author | jbj <devnull@localhost> | 1999-09-12 20:43:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-12 20:43:23 +0000 |
commit | f005d4c15c11eacc245d11e2f069881d2543e32c (patch) | |
tree | b001f1e5698de223c4a813e3b00dea011b8c5748 /lib/rpmdb.h | |
parent | fa165f14175844cbb582eea1617345da0bd779eb (diff) | |
download | rpm-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.h | 2 |
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 |