diff options
author | Florian Festi <ffesti@redhat.com> | 2012-03-29 15:47:41 +0200 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2012-03-30 15:00:41 +0200 |
commit | c5282fc60d8ce354807b10b4dbb8767c7d9b5883 (patch) | |
tree | ccf76758c0cafa221069c499bfcd96fe9df0c747 /lib/fsm.h | |
parent | bd60c4285f98fb40be39ad00d78d0a1c34f04592 (diff) | |
download | librpm-tizen-c5282fc60d8ce354807b10b4dbb8767c7d9b5883.tar.gz librpm-tizen-c5282fc60d8ce354807b10b4dbb8767c7d9b5883.tar.bz2 librpm-tizen-c5282fc60d8ce354807b10b4dbb8767c7d9b5883.zip |
Kill FSM: Make FSM_PKGERASE a function
Diffstat (limited to 'lib/fsm.h')
-rw-r--r-- | lib/fsm.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,9 @@ int rpmfsmRun(fileStage goal, rpmts ts, rpmte te, rpmfi fi, FD_t cfd, int rpmPackageFilesInstall(rpmts ts, rpmte te, rpmfi fi, FD_t cfd, rpmpsm psm, char ** failedFile); +int rpmPackageFilesRemove(rpmts ts, rpmte te, rpmfi fi, + rpmpsm psm, char ** failedFile); + RPM_GNUC_INTERNAL void rpmpsmNotify(rpmpsm psm, int what, rpm_loff_t amount); #ifdef __cplusplus |