rpm
5.4.15
Main Page
Related Pages
Data Structures
Files
File List
Globals
lib
manifest.h
Go to the documentation of this file.
1
#ifndef H_MANIFEST
2
#define H_MANIFEST
3
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
18
/*@-incondefs@*/
19
/*@only@*/
20
char
*
rpmPermsString
(
int
mode
)
21
/*@*/
;
22
/*@=incondefs@*/
23
31
rpmRC
rpmReadPackageManifest
(
FD_t
fd,
int
* argcPtr,
const
char
*** argvPtr)
32
/*@globals fileSystem, internalState @*/
33
/*@modifies fd, *argcPtr, *argvPtr, fileSystem, internalState @*/
;
34
35
#ifdef __cplusplus
36
}
37
#endif
38
39
#endif
/* H_MANIFEST */
rpmReadPackageManifest
rpmRC rpmReadPackageManifest(FD_t fd, int *argcPtr, const char ***argvPtr)
Read manifest, glob items, and append to existing args.
Definition:
manifest.c:63
mode
const char * mode
Definition:
mongo.h:440
rpmPermsString
char * rpmPermsString(int mode)
Return ls(1)-like formatted mode string.
Definition:
manifest.c:15
_FD_s
The FD_t File Handle data structure.
Definition:
rpmio_internal.h:59
rpmRC
enum rpmRC_e rpmRC
RPM return codes.
Generated by
1.8.8