summaryrefslogtreecommitdiff
path: root/lib/header.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-05-16 16:56:32 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-16 16:56:32 +0300
commitcbf1a479ee62a5538065b92dcd8d9eb8e842bdda (patch)
tree00512de17bdafc08cca5f5b70a4fca98d2cfcbf5 /lib/header.h
parenteef5417deabb40304cc225ded2ebc7bf48dc2c46 (diff)
downloadrpm-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.h4
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.
*/