rpm  4.5
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  /*@ensures maxSet(result) == 10 /\ maxRead(result) == 10 @*/;
23 /*@=incondefs@*/
24 
32 rpmRC rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
33  /*@globals fileSystem, internalState @*/
34  /*@modifies fd, *argcPtr, *argvPtr, fileSystem, internalState @*/;
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* H_MANIFEST */