#include "psm.h"
Go to the source code of this file.
Data Structures | |
struct | cpioSourceArchive_s |
Typedefs | |
typedef struct cpioSourceArchive_s * | CSA_t |
Functions | |
int | readRPM (const char *fileName, Spec *specp, struct rpmlead *lead, Header *sigs, CSA_t csa) |
Read rpm package components from file. More... | |
int | writeRPM (Header *hdrp, const char *fileName, int type, CSA_t csa, char *passPhrase, const char **cookie) |
Write rpm package to file. More... |
Definition in file buildio.h.
|
|
|
Read rpm package components from file.
|
|
Write rpm package to file.
|