source: trunk/third/rpm/build.h @ 19079

Revision 19079, 390 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19078, which included commits to RCS files with non-trunk default branches.
RevLine 
[17930]1#ifndef H_BUILD
2#define H_BUILD
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
[19078]8int build(rpmts ts, const char * arg, BTA_t ba,
9                /*@null@*/ const char * rcfile)
[17930]10        /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
11                fileSystem, internalState @*/
[19078]12        /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
[17930]13                fileSystem, internalState @*/;
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif
20
Note: See TracBrowser for help on using the repository browser.