diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-29 13:34:53 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-29 13:34:53 +0100 |
commit | 69f402c32073126b16a994d7536a76cb537801c7 (patch) | |
tree | ddea7794f0555451a7fb1b4019be1c0aa6f0f748 /lib/rpmgi.h | |
parent | 9a628446ce33c31895c5f58cdfb5c288139be253 (diff) | |
download | rpm-69f402c32073126b16a994d7536a76cb537801c7.tar.gz rpm-69f402c32073126b16a994d7536a76cb537801c7.tar.bz2 rpm-69f402c32073126b16a994d7536a76cb537801c7.zip |
Split out rpmgi_internal.h from rpmgi.h
Diffstat (limited to 'lib/rpmgi.h')
-rw-r--r-- | lib/rpmgi.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/rpmgi.h b/lib/rpmgi.h index fd9cc5d51..c6414d7b8 100644 --- a/lib/rpmgi.h +++ b/lib/rpmgi.h @@ -31,39 +31,6 @@ typedef enum rpmgiFlags_e { extern rpmgiFlags giFlags; -#if defined(_RPMGI_INTERNAL) -#include "fts.h" -/** \ingroup rpmio - */ -struct rpmgi_s { - rpmts ts; /*!< Iterator transaction set. */ - int tag; /*!< Iterator type. */ - const void * keyp; /*!< Iterator key. */ - size_t keylen; /*!< Iterator key length. */ - - rpmgiFlags flags; /*!< Iterator control bits. */ - int active; /*!< Iterator is active? */ - int i; /*!< Element index. */ - const char * hdrPath; /*!< Path to current iterator header. */ - Header h; /*!< Current iterator header. */ - - rpmtsi tsi; - - rpmdbMatchIterator mi; - - FD_t fd; - - ARGV_t argv; - int argc; - - int ftsOpts; - FTS * ftsp; - FTSENT * fts; - - int nrefs; /*!< Reference count. */ -}; -#endif - /** * Unreference a generalized iterator instance. * @param gi generalized iterator |