summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r--lib/rpmlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index 6fb6c583a..ade8120a0 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -898,7 +898,7 @@ int headerVerifyInfo(int il, int dl, const void * pev, void * iv, int negate)
* @param h header to check
* @return RPMRC_OK if supported, RPMRC_FAIL otherwise
*/
-rpmRC headerCheckPayload(Header h);
+rpmRC headerCheckPayloadFormat(Header h);
/**
* Check header consistency, performing headerGetEntry() the hard way.