summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'build.h')
-rw-r--r--build.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.h b/build.h
new file mode 100644
index 000000000..0cc4e3cb3
--- /dev/null
+++ b/build.h
@@ -0,0 +1,7 @@
+#ifndef H_BUILD
+#define H_BUILD
+
+int build(char *arg, int buildAmount, char *passPhrase,
+ char *buildRoot, int fromTarball, int test, char *cookie);
+
+#endif