#include "system.h"
#include "lib/rpmlib.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
int | headerNVR (Header h, const char **np, const char **vp, const char **rp) |
Return name, version, release strings from header. | |
int | headerNEVRA (Header h, const char **np, const char **ep, const char **vp, const char **rp, const char **ap) |
Return name, epoch, version, release, arch strings from header. |
Definition in file hdrNVR.c.