diff options
author | jbj <devnull@localhost> | 2001-11-11 22:51:00 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-11 22:51:00 +0000 |
commit | 55ffccbddecade7b99992900cec5dd2aef3b059c (patch) | |
tree | 2fc887e76861fe0cb247be3af4e8f1717e683cb4 /lib/rpmal.h | |
parent | 1eb0503123bfd829d5122e54353a000d89333a10 (diff) | |
download | rpm-55ffccbddecade7b99992900cec5dd2aef3b059c.tar.gz rpm-55ffccbddecade7b99992900cec5dd2aef3b059c.tar.bz2 rpm-55ffccbddecade7b99992900cec5dd2aef3b059c.zip |
- unify rpmFNSet into TFI_t.
- eliminate header reference in rpmtransAddPackage, use TFI_t data.
CVS patchset: 5176
CVS date: 2001/11/11 22:51:00
Diffstat (limited to 'lib/rpmal.h')
-rw-r--r-- | lib/rpmal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rpmal.h b/lib/rpmal.h index fca7e45b0..27ffdf91d 100644 --- a/lib/rpmal.h +++ b/lib/rpmal.h @@ -42,12 +42,12 @@ void alDelPackage(availableList al, /*@null@*/ alKey pkgKey) * @param pkgKey package key, RPMAL_NOMATCH to force an append * @param key associated file name/python object * @param provides provides dependency set - * @param fns file info set + * @param fi file info set * @return available package index */ alKey alAddPackage(availableList al, /*@null@*/ alKey pkgKey, fnpyKey key, - /*@null@*/ rpmDepSet provides, /*@null@*/ rpmFNSet fns) - /*@modifies al, provides, fns @*/; + /*@null@*/ rpmDepSet provides, /*@null@*/ TFI_t fi) + /*@modifies al, provides, fi @*/; /** * Add package provides to available list index. |