Move key size fixups from rpmdbAdd & Remove to td2key()
[platform/upstream/rpm.git] / build.h
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