rpm  5.4.15
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 */
rpmRC rpmReadPackageManifest(FD_t fd, int *argcPtr, const char ***argvPtr)
Read manifest, glob items, and append to existing args.
Definition: manifest.c:63
const char * mode
Definition: mongo.h:440
char * rpmPermsString(int mode)
Return ls(1)-like formatted mode string.
Definition: manifest.c:15
The FD_t File Handle data structure.
enum rpmRC_e rpmRC
RPM return codes.