Go to the documentation of this file.
13 #include <rpm/rpmio.h>
14 #include <rpm/header.h>
15 #include <rpm/rpmtag.h>
16 #include <rpm/rpmds.h>
17 #include <rpm/rpmpgp.h>
18 #ifdef _RPM_4_4_COMPAT
19 #include <rpm/rpmlegacy.h>
32 extern const char *
const rpmNAME;
34 extern const char *
const rpmEVR;
51 #define RPM_MACHTABLE_COUNT 4
59 int rpmReadConfigFiles(const char * file,
157 const char * fn,
Header * hdrp);
178 int rpmvercmp(
const char * a,
const char * b);
rpmRC headerCheck(rpmts ts, const void *uh, size_t uc, char **msg)
void rpmGetArchInfo(const char **name, int *num)
rpmRC rpmReadHeader(rpmts ts, FD_t fd, Header *hdrp, char **msg)
struct rpmMacroContext_s * rpmCLIMacroContext
rpmRC rpmInstallSourcePackage(rpmts ts, FD_t fd, char **specFilePtr, char **cookie)
rpmRC rpmReadPackageFile(rpmts ts, FD_t fd, const char *fn, Header *hdrp)
const char *const RPMVERSION
@ RPM_MACHTABLE_BUILDARCH
struct headerToken_s * Header
void rpmGetOsInfo(const char **name, int *num)
int rpmVersionCompare(Header first, Header second)
Compare headers to determine which header is "newer".
int rpmvercmp(const char *a, const char *b)
const char *const rpmNAME
int rpmGetArchColor(const char *arch)
int rpmMachineScore(int type, const char *name)
struct rpmMacroContext_s * rpmGlobalMacroContext