diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-16 15:55:44 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-16 15:55:44 +0300 |
commit | 44bdb776b7d557941d377d0adfdedd2940546164 (patch) | |
tree | 13986b5045aa15f21bd6f661c10714933cff65b9 /lib/header.h | |
parent | a81863d443f3916d9562009fb5374e20b7fbc70e (diff) | |
download | rpm-44bdb776b7d557941d377d0adfdedd2940546164.tar.gz rpm-44bdb776b7d557941d377d0adfdedd2940546164.tar.bz2 rpm-44bdb776b7d557941d377d0adfdedd2940546164.zip |
Split format and tag extensions to separate tables
Diffstat (limited to 'lib/header.h')
-rw-r--r-- | lib/header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/header.h b/lib/header.h index 8e9ff7dce..e6cca0385 100644 --- a/lib/header.h +++ b/lib/header.h @@ -103,6 +103,7 @@ extern headerTagIndices const rpmTags; * Table of query format extensions. */ extern const struct headerSprintfExtension_s rpmHeaderFormats[]; +extern const struct headerSprintfExtension_s rpmHeaderTagExtensions[]; /** \ingroup header * Include calculation for 8 bytes of (magic, 0)? |