Go to the source code of this file.
Functions | |
char * | rpmPermsString (int mode) |
Return ls(1)-like formatted mode string. | |
int | rpmReadPackageManifest (FD_t fd, int *argcPtr, const char ***argvPtr) |
Read manifest, glob items, and append to existing args. |
Definition in file manifest.h.
char* rpmPermsString | ( | int | mode | ) |
Return ls(1)-like formatted mode string.
mode | file mode |
Definition at line 17 of file manifest.c.
int rpmReadPackageManifest | ( | FD_t | fd, | |
int * | argcPtr, | |||
const char *** | argvPtr | |||
) |
Read manifest, glob items, and append to existing args.
fd | manifest file handle |
argcPtr | no. of args | |
argvPtr | args themselves |
Definition at line 59 of file manifest.c.