#include "system.h"
#include <rpmio_internal.h>
#include <rpmlib.h>
#include "stringbuf.h"
#include "manifest.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
char* | rpmPermsString (int mode) |
Return ls(1)-like formatted mode string. More... | |
int | rpmReadPackageManifest (FD_t fd, int *argcPtr, const char ***argvPtr) |
Read manifest, glob items, and append to existing args. More... |
Definition in file manifest.c.
|
Return ls(1)-like formatted mode string.
Definition at line 17 of file manifest.c. |
|
Read manifest, glob items, and append to existing args.
Definition at line 59 of file manifest.c. |