rpm 5.3.7

build.h

Go to the documentation of this file.
00001 #ifndef H_BUILD
00002 #define H_BUILD
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 int build(rpmts ts, BTA_t ba, /*@null@*/ const char * rcfile)
00009         /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
00010                 h_errno, fileSystem, internalState @*/
00011         /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
00012                 fileSystem, internalState @*/;
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 
00018 #endif
00019