summaryrefslogtreecommitdiff
path: root/build.h
blob: 0cc4e3cb3c285ae35f5962bcee712f450664a592 (plain)
1
2
3
4
5
6
7
#ifndef H_BUILD
#define H_BUILD

int build(char *arg, int buildAmount, char *passPhrase,
	         char *buildRoot, int fromTarball, int test, char *cookie);

#endif