7100c8b978915d33f526b38f2b9b6a98b36c7028
[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                 /*@null@*/ const char * rcfile)
10         /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
11                 fileSystem, internalState @*/
12         /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
13                 fileSystem, internalState @*/;
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif
20