diff options
author | jbj <devnull@localhost> | 2001-02-08 21:50:38 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-02-08 21:50:38 +0000 |
commit | cc3e5fd3dbcbb94928c5fc88d4257ca3514c7805 (patch) | |
tree | e2ea0c23890144a8c6b86d1b51e359d13192ade5 /lib/cpio.h | |
parent | 485f508bb1a7f60fcbd7757be4acdfedb51b17ab (diff) | |
download | librpm-tizen-cc3e5fd3dbcbb94928c5fc88d4257ca3514c7805.tar.gz librpm-tizen-cc3e5fd3dbcbb94928c5fc88d4257ca3514c7805.tar.bz2 librpm-tizen-cc3e5fd3dbcbb94928c5fc88d4257ca3514c7805.zip |
Move state machine drivers into fsmStage.
Off to fix build's yet again.
CVS patchset: 4530
CVS date: 2001/02/08 21:50:38
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index a7747b923..878d9372f 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -69,6 +69,7 @@ typedef enum cpioMapFlags_e { extern "C" { #endif +#ifdef DYING /** \ingroup payload * The RPM internal equivalent of the command line "cpio -i". * @@ -93,6 +94,7 @@ int cpioInstallArchive(FSM_t fsm) */ int cpioBuildArchive(FSM_t fsm) /*@modifies fileSystem, fsm @*/; +#endif /** \ingroup payload * Return formatted error message on payload handling failure. |