diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-17 13:20:05 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-17 13:20:05 +0200 |
commit | 8268570f48aab6bb2126af2754d1007c959f3da3 (patch) | |
tree | e642acfb2e83b4f7448f289a6c7d78a976b385e8 /lib/fsm.h | |
parent | c3353c2af418398fe92c0f4febca555ee035474e (diff) | |
download | librpm-tizen-8268570f48aab6bb2126af2754d1007c959f3da3.tar.gz librpm-tizen-8268570f48aab6bb2126af2754d1007c959f3da3.tar.bz2 librpm-tizen-8268570f48aab6bb2126af2754d1007c959f3da3.zip |
Hide fsmIterator_s struct details, not needed outside fsm.c
Diffstat (limited to 'lib/fsm.h')
-rw-r--r-- | lib/fsm.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -91,17 +91,6 @@ typedef enum fileStage_e { typedef struct hardLink_s * hardLink_t; /** \ingroup payload - * Iterator across package file info, forward on install, backward on erase. - */ -struct fsmIterator_s { - rpmts ts; /*!< transaction set. */ - rpmfi fi; /*!< transaction element file info. */ - int reverse; /*!< reversed traversal? */ - int isave; /*!< last returned iterator index. */ - int i; /*!< iterator index. */ -}; - -/** \ingroup payload * File name and stat information. */ struct fsm_s { |