summaryrefslogtreecommitdiff
path: root/build.h
blob: 5dc780913767ba9af1c34d5b060f0e68cab9374d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef H_BUILD
#define H_BUILD

#ifdef __cplusplus
extern "C" {
#endif

int build(const char * arg, BTA_t ba, const char * passPhrase,
		char * cookie, /*@null@*/ const char * rcfile)
	/*@globals rpmGlobalMacroContext,
		fileSystem, internalState @*/
	/*@modifies ba->buildAmount, fileSystem, internalState @*/;

#ifdef __cplusplus
}
#endif

#endif