rpm  4.8.1
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, const char * arg, BTA_t ba,
9  const char * rcfile);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif
16 
int build(rpmts ts, const char *arg, BTA_t ba, const char *rcfile)
Definition: build.c:299
struct rpmts_s * rpmts
The main types involved in transaction manipulation.
Definition: rpmtypes.h:59
Describe build command line request.
Definition: rpmcli.h:315