From 7bb210e0af1570d05eaa267b3b96344df45a4871 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 14 May 2008 13:20:46 +0300 Subject: Teach rpm tag table about extensions - add rpmTag_e enumerations for all extension tags - add extension field to headerTagTableEntry_s for things that are "pure" extensions (instead of just extension overrides) so we have a chance to catch out anybody trying to insert such tags to headers --- lib/header.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/header.h') diff --git a/lib/header.h b/lib/header.h index 0c6321831..fab831155 100644 --- a/lib/header.h +++ b/lib/header.h @@ -30,6 +30,7 @@ struct headerTagTableEntry_s { const char * shortname; /*!< "Human readable" short name. */ rpmTag val; /*!< Tag numeric value. */ rpmTagType type; /*!< Tag type. */ + int extension; /*!< Extension or "real" tag */ }; /** -- cgit v1.2.3