- Global headerCopyLoad  (const void *uh)
- Use headerImport() instead  
- Global headerLoad  (void *uh)
- Use headerImport() instead  
- Global headerUnload  (Header h)
- Use headerExport() instead  
- Global pgpVerifySig  (pgpDig dig, DIGEST_CTX hashctx)
- use pgpVerifySignature() instead 
- Global rpmfcNew  (void)
-  Create a file classifier. 
- Global rpmlogCode  (void)
- Perl-RPM needs, what's really needed is predictable, non-i18n encumbered, error text that can be retrieved through rpmlogMessage() and parsed IMHO.  
- Global rpmShowProgress  (const void *arg, const rpmCallbackType what, const rpm_loff_t amount, const rpm_loff_t total, fnpyKey key, void *data)
- Transaction callback arguments need to change, so don't rely on this routine in the rpmcli API. 
- Global RPMSIGTAG_LEMD5_1  
- legacy.  
- Global RPMSIGTAG_LEMD5_2  
- legacy.  
- Global RPMSIGTAG_PGP5  
- legacy.  
- Global rpmteFI  (rpmte te)
- use rpmteFiles() instead  
- Global rpmtsInitDB  (rpmts ts, int dbmode)
- An explicit rpmdbInit() is almost never needed.  
- Global rpmVerifyFile  (const rpmts ts, rpmfi fi, rpmVerifyAttrs *res, rpmVerifyAttrs omitMask)
- use rpmfiVerify() / rpmfilesVerify() instead