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