From: Jindrich Novy Date: Fri, 6 Jun 2008 12:57:05 +0000 (+0200) Subject: Introduce RPM_INT64_TYPE X-Git-Tag: tznext/4.11.0.1.tizen20130304~3951 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56a8f9d90811cf6afc5a2cbbfff561d572f44307;p=tools%2Flibrpm-tizen.git Introduce RPM_INT64_TYPE --- diff --git a/lib/rpmtag.h b/lib/rpmtag.h index 9e1653e..114991c 100644 --- a/lib/rpmtag.h +++ b/lib/rpmtag.h @@ -312,7 +312,7 @@ typedef enum rpmTagType_e { RPM_INT8_TYPE = 2, RPM_INT16_TYPE = 3, RPM_INT32_TYPE = 4, -/* RPM_INT64_TYPE = 5, ---- These aren't supported (yet) */ + RPM_INT64_TYPE = 5, RPM_STRING_TYPE = 6, RPM_BIN_TYPE = 7, RPM_STRING_ARRAY_TYPE = 8,