diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 12:47:45 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 12:47:45 +0300 |
commit | bb5d450d229146026ebd7789d67d6ac8448201e9 (patch) | |
tree | b7d22edcd9a9eae9ff2d91a39c8533e59a0aec86 | |
parent | 91a2f856c8c428993d80e1fe24ae9656dc5596a1 (diff) | |
download | rpm-bb5d450d229146026ebd7789d67d6ac8448201e9.tar.gz rpm-bb5d450d229146026ebd7789d67d6ac8448201e9.tar.bz2 rpm-bb5d450d229146026ebd7789d67d6ac8448201e9.zip |
Unexport rpmpms typedef, nothing outside rpm can use it anyway
-rw-r--r-- | lib/psm.h | 2 | ||||
-rw-r--r-- | lib/rpmlib.h | 5 |
2 files changed, 2 insertions, 5 deletions
@@ -10,6 +10,8 @@ extern int _psm_debug; +typedef struct rpmpsm_s * rpmpsm; + /** */ #define PSM_VERBOSE 0x8000 diff --git a/lib/rpmlib.h b/lib/rpmlib.h index c4a4b3000..75eddb7ea 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -795,11 +795,6 @@ typedef struct fsmIterator_s * FSMI_t; */ typedef struct fsm_s * FSM_t; -/** \ingroup rpmtrans - * Package state machine data. - */ -typedef struct rpmpsm_s * rpmpsm; - /** * Perform simple sanity and range checks on header tag(s). * @param il no. of tags in header |