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
|
|
|
|
|
2002-05-20 02:42:25 +08:00
|
|
|
int build(rpmts ts, const char * arg, BTA_t ba,
|
2007-09-12 01:04:11 +08:00
|
|
|
const char * rcfile);
|
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
|
|
|
|