rpm  5.2.1
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 */