From 18cc1d23120c5eadad251f0edde1697ed418a3e1 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 30 Oct 2009 09:13:08 +0200 Subject: [PATCH] Update rpmtd formats comments to match reality - we dont require exact int32 etc types, any numeric type works --- lib/rpmtd.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/rpmtd.h b/lib/rpmtd.h index 1bc515c..e83e60c 100644 --- a/lib/rpmtd.h +++ b/lib/rpmtd.h @@ -202,18 +202,18 @@ typedef enum rpmtdFormats_e { RPMTD_FORMAT_ARMOR = 1, /* ascii armor format (bin types) */ RPMTD_FORMAT_BASE64 = 2, /* base64 encoding (bin types) */ RPMTD_FORMAT_PGPSIG = 3, /* pgp/gpg signature (bin types) */ - RPMTD_FORMAT_DEPFLAGS = 4, /* dependency flags (int32 types) */ - RPMTD_FORMAT_FFLAGS = 5, /* file flags (int32 types) */ - RPMTD_FORMAT_PERMS = 6, /* permission string (int32 types) */ - RPMTD_FORMAT_TRIGGERTYPE = 7, /* trigger types */ + RPMTD_FORMAT_DEPFLAGS = 4, /* dependency flags (int types) */ + RPMTD_FORMAT_FFLAGS = 5, /* file flags (int types) */ + RPMTD_FORMAT_PERMS = 6, /* permission string (int types) */ + RPMTD_FORMAT_TRIGGERTYPE = 7, /* trigger types (int types) */ RPMTD_FORMAT_XML = 8, /* xml format (any type) */ - RPMTD_FORMAT_OCTAL = 9, /* octal format (int32 types) */ - RPMTD_FORMAT_HEX = 10, /* hex format (int32 types) */ - RPMTD_FORMAT_DATE = 11, /* date format (int32 types) */ - RPMTD_FORMAT_DAY = 12, /* day format (int32 types) */ + RPMTD_FORMAT_OCTAL = 9, /* octal format (int types) */ + RPMTD_FORMAT_HEX = 10, /* hex format (int types) */ + RPMTD_FORMAT_DATE = 11, /* date format (int types) */ + RPMTD_FORMAT_DAY = 12, /* day format (int types) */ RPMTD_FORMAT_SHESCAPE = 13, /* shell escaped (any type) */ RPMTD_FORMAT_ARRAYSIZE = 14, /* size of contained array (any type) */ - RPMTD_FORMAT_DEPTYPE = 15, /* dependency types (int32 types) */ + RPMTD_FORMAT_DEPTYPE = 15, /* dependency types (int types) */ } rpmtdFormats; /** \ingroup rpmtd -- 2.7.4