rpm  5.4.10
build.h
Go to the documentation of this file.
1 #ifndef H_BUILD
2 #define H_BUILD
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int build(rpmts ts, BTA_t ba, /*@null@*/ const char * rcfile)
9  /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
10  h_errno, fileSystem, internalState @*/
11  /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
12  fileSystem, internalState @*/;
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif
19 
int build(rpmts ts, BTA_t ba, const char *rcfile)
Definition: build.c:281
struct rpmts_s * rpmts
The RPM Transaction Set.
Definition: rpmtypes.h:14
Describe build command line request.
Definition: rpmcli.h:722