diff options
author | jbj <devnull@localhost> | 2001-02-02 15:04:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-02-02 15:04:44 +0000 |
commit | e3d524717407f943594d41429988b61561e36549 (patch) | |
tree | ed5dd17ab5f76ea5a274c623b6aa588e509c89f5 /lib/cpio.h | |
parent | 1363a3339deb73cbbfe38b432a1af51640c0cb6e (diff) | |
download | rpm-e3d524717407f943594d41429988b61561e36549.tar.gz rpm-e3d524717407f943594d41429988b61561e36549.tar.bz2 rpm-e3d524717407f943594d41429988b61561e36549.zip |
Use fsm for building.
CVS patchset: 4514
CVS date: 2001/02/02 15:04:44
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index ac3f2477d..a7747b923 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -88,15 +88,11 @@ int cpioInstallArchive(FSM_t fsm) /** \ingroup payload * The RPM internal equivalent of the command line "cpio -o". * - * @param ts transaction set - * @param fi transaction element file info - * @param cfd file handle - * @retval failedFile (malloc'd) file name that caused failure (if any) + * @param fsm file state machine data * @return 0 on success */ -int cpioBuildArchive(const rpmTransactionSet ts, const TFI_t fi, FD_t cfd, - unsigned int * archiveSize, /*@out@*/ const char ** failedFile) - /*@modifies fileSystem, cfd, *archiveSize, *failedFile @*/; +int cpioBuildArchive(FSM_t fsm) + /*@modifies fileSystem, fsm @*/; /** \ingroup payload * Return formatted error message on payload handling failure. |