permit --rmsource --force even if sources/patches are missing.
[platform/upstream/rpm.git] / build.h
1 #ifndef H_BUILD
2 #define H_BUILD
3
4 int build(char *arg, int buildAmount, char *passPhrase,
5                  char *buildRoot, int fromTarball, int test, char *cookie,
6                  char * rcfile, char * arch, char * os, 
7                  char * buildplatforms, int force);
8
9 #endif
10