Preparation for structured types. The repodata_set_* functions now take
authorMichael Matz <matz@suse.de>
Mon, 14 Apr 2008 09:19:01 +0000 (09:19 +0000)
committerMichael Matz <matz@suse.de>
Mon, 14 Apr 2008 09:19:01 +0000 (09:19 +0000)
commit1c20a14dad45cad0d7c35507a72e84fcf2b6f7fb
treed8d13f76f93688169481ebc36a01968d22b89ee1
parent4e87227c47296f38c1645b7ff2fd71d7c5cc9dcc
Preparation for structured types.  The repodata_set_* functions now take
a "handle" not an entry number.  Converting from the latter to the
former is done via repodata_get_handle.  This change required adjusting
all callers and in order to not miss any I changed all arguments from
"entry" to "handle".  That's why this is a big change.  It should be a
no-op, though (I tested this patch on top of some other changes, so
let's hope that was enough).
src/repo.c
src/repo_helix.c
src/repodata.c
src/repodata.h
tools/repo_patchxml.c
tools/repo_rpmdb.c
tools/repo_rpmmd.c
tools/repo_susetags.c
tools/repo_updateinfoxml.c
tools/tools_util.h