rpm  5.4.10
rpmlib.h
Go to the documentation of this file.
1 #ifndef H_RPMLIB
2 #define H_RPMLIB
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 /* ==================================================================== */
18 
30  /*@null@*/ /*@out@*/ const char ** specFilePtr,
31  /*@null@*/ /*@out@*/ const char ** cookie)
32  /*@globals rpmGlobalMacroContext, h_errno, fileSystem, internalState @*/
33  /*@modifies ts, *specFilePtr, *cookie, rpmGlobalMacroContext,
34  fileSystem, internalState @*/;
35 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* H_RPMLIB */
#define _fd(_a)
Definition: psm.h:32
rpmRC rpmInstallSourcePackage(rpmts ts, void *_fd, const char **specFilePtr, const char **cookie)
Install source package.
Definition: psm.c:210
enum rpmRC_e rpmRC
RPM return codes.
struct rpmts_s * rpmts
The RPM Transaction Set.
Definition: rpmtypes.h:14