- generate an rpm header on the fly for imported pubkeys.
[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(const char * arg, BTA_t ba, /*@null@*/ const char * rcfile)
9         /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
10                 fileSystem, internalState @*/
11         /*@modifies ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
12                 fileSystem, internalState @*/;
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif
19