rpm 5.2.1

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 /*@=incondefs@*/
00023 
00031 rpmRC rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
00032         /*@globals fileSystem, internalState @*/
00033         /*@modifies fd, *argcPtr, *argvPtr, fileSystem, internalState @*/;
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038 
00039 #endif  /* H_MANIFEST */