Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

lib/manifest.h

Go to the documentation of this file.
00001 #ifndef H_MANIFEST
00002 #define H_MANIFEST
00003 
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012 
00018 /*@-incondefs@*/
00019 /*@only@*/
00020 char * rpmPermsString(int mode) 
00021         /*@*/
00022         /*@ensures maxSet(result) == 10 /\ maxRead(result) == 10 @*/;
00023 /*@=incondefs@*/
00024 
00031 int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
00032         /*@globals fileSystem @*/
00033         /*@modifies fd, *argcPtr, *argvPtr, fileSystem @*/;
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038 
00039 #endif  /* H_MANIFEST */

Generated on Sun Oct 26 13:01:59 2003 for rpm by doxygen1.2.18