Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

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, const char * arg, BTA_t ba,
00009                 /*@null@*/ const char * rcfile)
00010         /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
00011                 fileSystem, internalState @*/
00012         /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
00013                 fileSystem, internalState @*/;
00014 
00015 #ifdef __cplusplus
00016 }
00017 #endif
00018 
00019 #endif
00020 

Generated on Sun Oct 26 13:01:56 2003 for rpm by doxygen1.2.18