summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-1/+1
2008-03-24Remove bogus consts from rpmdb and dbi structsPanu Matilainen1-10/+10
2008-03-12Refcount dbiTags on db open+close, automatically freePanu Matilainen1-6/+0
- avoids rpmdb_internal include in rpmqv.c and memleak in API clients - avoids having to export dbiTags(Max) at all
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-6/+6
- cast away a few cases where the enum usage causes ridiculous amount of compiler warnings from unhandled switch-cases
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
- put some consistency into include ordering - everything (apart from bits missed ;) is now ordered like this 1. "system.h" 2. other system includes 3. rpm public headers 4. rpm private headers 5. "debug.h"
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-1/+1
- replace with rpmtypes.h where needed
2007-12-14Bunch of silly ssize_t castsPanu Matilainen1-3/+3
- cuts down the amount of spurious warnings from inlined code...
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-6/+6
- typedef'ed as int32_t for now, negative values used in some places for error cases - easy to grep, easy to change... - add RPMTAG_NOT_FOUND define, used in place of -1 "magic",
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
- adjust include paths accordingly
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius1-1/+1
2007-10-17#include <db.h>Ralf Corsépius1-1/+1
2007-09-17Mergesort is internal details..Panu Matilainen1-0/+10
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-0/+661