rpm
5.4.10
lib
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
29
rpmRC
rpmInstallSourcePackage
(
rpmts
ts,
void
*
_fd
,
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 */
_fd
#define _fd(_a)
Definition:
psm.h:32
rpmInstallSourcePackage
rpmRC rpmInstallSourcePackage(rpmts ts, void *_fd, const char **specFilePtr, const char **cookie)
Install source package.
Definition:
psm.c:210
rpmRC
enum rpmRC_e rpmRC
RPM return codes.
rpmts
struct rpmts_s * rpmts
The RPM Transaction Set.
Definition:
rpmtypes.h:14
Generated by
1.8.12