Eliminate all fooUnlink() functions out of the API
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Sep 2010 10:08:33 +0000 (13:08 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Sep 2010 10:08:33 +0000 (13:08 +0300)
commit92c12d1a8ef11106df69b07ca357c560e07e9efd
tree6867bea60ddb7de9799fea10acfd791f7a955c32
parente82ab8f81dcbfb94d94d4a5c8cb7813919d7f460
Eliminate all fooUnlink() functions out of the API
- These are internal helpers only, all refcount users need to use
  fooFree() or similar for correct operation. Add fwd declarations
  where necessary to avoid moving code around unnecessarily.
- We could add these back later as aliases to fooFree() but for now,
  just get them out of the way.
16 files changed:
lib/header.c
lib/header.h
lib/rpmdb.c
lib/rpmdb.h
lib/rpmds.c
lib/rpmds.h
lib/rpmfi.c
lib/rpmfi.h
lib/rpmprob.c
lib/rpmprob.h
lib/rpmps.c
lib/rpmps.h
lib/rpmts.c
lib/rpmts.h
rpmio/rpmkeyring.c
rpmio/rpmkeyring.h