summaryrefslogtreecommitdiff
path: root/build.h
blob: e9070c10b770c8f89393c06855d01aded5c35bba (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef H_BUILD
#define H_BUILD

int build(char *arg, int buildAmount, char *passPhrase,
	         char *buildRoot, int fromTarball, int test, char *cookie,
                 char * rcfile, char * arch, char * os, 
                 char * buildplatforms, int force);

#endif