diff options
author | jbj <devnull@localhost> | 2002-05-06 19:48:14 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-06 19:48:14 +0000 |
commit | e6ba507f771047db75773b166dc137b0a3e46ef7 (patch) | |
tree | 7e4f46f1fd2efa9985646aeb65f4d201ac5c00cb /Doxyfile.in | |
parent | 287934f4aabcaf6455a40754b0fca83492b5f825 (diff) | |
download | rpm-e6ba507f771047db75773b166dc137b0a3e46ef7.tar.gz rpm-e6ba507f771047db75773b166dc137b0a3e46ef7.tar.bz2 rpm-e6ba507f771047db75773b166dc137b0a3e46ef7.zip |
- rework most of rpmdb.c prepatory to implementing duplicates.
- fix: 2 memory leaks in headerSprintf.
- fix: db mire's access out-of-bounds memory.
CVS patchset: 5423
CVS date: 2002/05/06 19:48:14
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 482ae1812..6b747ecba 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -398,7 +398,6 @@ INPUT = \ @top_srcdir@/lib/stringbuf.h \ @top_srcdir@/lib/transaction.c \ @top_srcdir@/lib/verify.c \ - @top_srcdir@/rpmdb/db1.c \ @top_srcdir@/rpmdb/db3.c \ @top_srcdir@/rpmdb/dbconfig.c \ @top_srcdir@/rpmdb/fprint.c \ |