- fix: db1 end-of-file not detected in legacy compatible way.
[tools/librpm-tizen.git] / build.h
1 #ifndef H_BUILD
2 #define H_BUILD
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int build(const char * arg, BTA_t ba, const char * passPhrase,
9                 char * cookie, /*@null@*/ const char * rcfile)
10         /*@modifies ba->buildAmount, fileSystem @*/;
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif
17