diff options
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index a55b74a93..18ab753d6 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -28,6 +28,7 @@ typedef uint32_t rpm_color_t; typedef uint32_t rpm_off_t; typedef uint32_t rpm_time_t; +typedef uint16_t rpm_mode_t; typedef struct headerToken_s * Header; typedef struct headerIterator_s * HeaderIterator; |