summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-01-12 21:31:29 +0000
committerewt <devnull@localhost>1998-01-12 21:31:29 +0000
commit757e50ffc827297e36f793cf79ddc471878f6d0b (patch)
treedc29d9ef04a9462998bdfaaa3ee7054585fe01c8 /build.h
parentec07f9df959c911c60727ba68c455f4ff20497bf (diff)
downloadrpm-757e50ffc827297e36f793cf79ddc471878f6d0b.tar.gz
merged in Marc's new build code
CVS patchset: 1956 CVS date: 1998/01/12 21:31:29
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