diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 13:02:55 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 13:02:55 +0300 |
commit | 1517b852b4ea8baca9d64f3d956f0fee5d0d93dc (patch) | |
tree | c1c3cb8f376169e5cf2f743ea2ae519b79de85ef /lib/cpio.h | |
parent | bb5d450d229146026ebd7789d67d6ac8448201e9 (diff) | |
download | librpm-tizen-1517b852b4ea8baca9d64f3d956f0fee5d0d93dc.tar.gz librpm-tizen-1517b852b4ea8baca9d64f3d956f0fee5d0d93dc.tar.bz2 librpm-tizen-1517b852b4ea8baca9d64f3d956f0fee5d0d93dc.zip |
Unexport FSM(I) typedefs, only usable within rpm
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index c01eb99cc..03372bc83 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -94,6 +94,10 @@ struct cpioCrcPhysicalHeader { #define PHYS_HDR_SIZE 110 /* Don't depend on sizeof(struct) */ +/* XXX circular includes avoidance... */ +typedef struct fsmIterator_s * FSMI_t; +typedef struct fsm_s * FSM_t; + #ifdef __cplusplus extern "C" { #endif |