diff options
author | Florian Festi <ffesti@redhat.com> | 2008-12-02 10:11:44 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2008-12-10 13:40:53 +0100 |
commit | 9c9410dc7afb3bfa9b47d2d4691fabd8f067c86b (patch) | |
tree | 7297968ff209db77a673e3f2bb6843da491fc8bc /lib/rpmfi_internal.h | |
parent | 8fa80b0f35574683beb19930264fa3b572c5ed24 (diff) | |
download | librpm-tizen-9c9410dc7afb3bfa9b47d2d4691fabd8f067c86b.tar.gz librpm-tizen-9c9410dc7afb3bfa9b47d2d4691fabd8f067c86b.tar.bz2 librpm-tizen-9c9410dc7afb3bfa9b47d2d4691fabd8f067c86b.zip |
Move the run time part of fstates from rpmfi to rpmfs. Keep fstates in rpmfi as long as it is a real tag read from the rpmdb.
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r-- | lib/rpmfi_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rpmfi_internal.h b/lib/rpmfi_internal.h index 1d50a5e09..9155c83bc 100644 --- a/lib/rpmfi_internal.h +++ b/lib/rpmfi_internal.h @@ -99,9 +99,6 @@ RPM_GNUC_INTERNAL rpmfi rpmfiUpdateState(rpmfi fi, rpmts ts, rpmte p); RPM_GNUC_INTERNAL -void rpmfiSetFState(rpmfi fi, int ix, rpmfileState state); - -RPM_GNUC_INTERNAL void rpmfiSetFReplacedSize(rpmfi fi, rpm_loff_t newsize); RPM_GNUC_INTERNAL |