summaryrefslogtreecommitdiff
path: root/lib/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/misc.h')
-rw-r--r--lib/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.h b/lib/misc.h
index 76c22e177..2cec97ef1 100644
--- a/lib/misc.h
+++ b/lib/misc.h
@@ -31,7 +31,7 @@ typedef char * (*headerTagFormatFunction) (rpmtd td, char * formatPrefix);
typedef int (*headerTagTagFunction) (Header h, rpmtd td, headerGetFlags hgflags);
RPM_GNUC_INTERNAL
-headerTagTagFunction rpmHeaderTagFunc(rpmTag tag);
+headerTagTagFunction rpmHeaderTagFunc(rpmTagVal tag);
RPM_GNUC_INTERNAL
headerTagFormatFunction rpmHeaderFormatFuncByName(const char *fmt);