rpm/build.h

8 lines
166 B
C

#ifndef H_BUILD
#define H_BUILD
int build(char *arg, int buildAmount, char *passPhrase,
char *buildRoot, int fromTarball, int test, char *cookie);
#endif