#ifndef H_BUILD
#define H_BUILD
#ifdef __cplusplus
extern "C" {
#endif
int build(rpmts ts, const char * arg, BTA_t ba,
const char * rcfile);
}