diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-16 16:56:32 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-16 16:56:32 +0300 |
commit | cbf1a479ee62a5538065b92dcd8d9eb8e842bdda (patch) | |
tree | 00512de17bdafc08cca5f5b70a4fca98d2cfcbf5 /lib/header.h | |
parent | eef5417deabb40304cc225ded2ebc7bf48dc2c46 (diff) | |
download | rpm-cbf1a479ee62a5538065b92dcd8d9eb8e842bdda.tar.gz rpm-cbf1a479ee62a5538065b92dcd8d9eb8e842bdda.tar.bz2 rpm-cbf1a479ee62a5538065b92dcd8d9eb8e842bdda.zip |
Push finding of formatter and tag extension functions down to formats.c
Diffstat (limited to 'lib/header.h')
-rw-r--r-- | lib/header.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/header.h b/lib/header.h index 237d36ff1..cb1c624c2 100644 --- a/lib/header.h +++ b/lib/header.h @@ -46,6 +46,10 @@ struct headerSprintfExtension_s { void *func; /*!< Pointer to formatter function. */ }; +void *rpmHeaderFormatFunc(const char *fmt); + +void *rpmHeaderTagFunc(rpmTag tag); + /** \ingroup rpmtag * Automatically generated table of tag name/value pairs. */ |