1998-01-13 05:31:29 +08:00
|
|
|
#ifndef H_BUILD
|
|
|
|
#define H_BUILD
|
|
|
|
|
1998-12-02 01:18:38 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2001-10-28 06:31:10 +08:00
|
|
|
int build(rpmTransactionSet ts, const char * arg, BTA_t ba,
|
|
|
|
/*@null@*/ const char * rcfile)
|
2001-10-18 00:43:36 +08:00
|
|
|
/*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
|
2001-10-15 11:22:10 +08:00
|
|
|
fileSystem, internalState @*/
|
2001-10-28 06:31:10 +08:00
|
|
|
/*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
|
2001-10-18 00:43:36 +08:00
|
|
|
fileSystem, internalState @*/;
|
1998-01-13 05:31:29 +08:00
|
|
|
|
1998-12-02 01:18:38 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
1998-01-13 05:31:29 +08:00
|
|
|
#endif
|
1998-08-07 03:27:54 +08:00
|
|
|
|