rpm 5.3.12
lib/rpmlib.h
Go to the documentation of this file.
00001 #ifndef H_RPMLIB
00002 #define H_RPMLIB
00003 
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif
00014 
00015 /* ==================================================================== */
00018 
00029 rpmRC rpmInstallSourcePackage(rpmts ts, void * _fd,
00030                         /*@null@*/ /*@out@*/ const char ** specFilePtr,
00031                         /*@null@*/ /*@out@*/ const char ** cookie)
00032         /*@globals rpmGlobalMacroContext, h_errno, fileSystem, internalState @*/
00033         /*@modifies ts, *specFilePtr, *cookie, rpmGlobalMacroContext,
00034                 fileSystem, internalState @*/;
00035 
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041 
00042 #endif  /* H_RPMLIB */