From 57b6582561af071081a3c1b553e44bdac2368516 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Feb 1996 15:59:34 +0000 Subject: [PATCH] pass passPhrase to doBuild CVS patchset: 355 CVS date: 1996/02/20 15:59:34 --- build/build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.h b/build/build.h index 761262c..28cffb8 100644 --- a/build/build.h +++ b/build/build.h @@ -3,7 +3,7 @@ #include "spec.h" -int doBuild(Spec s, int flags); +int doBuild(Spec s, int flags, char *passPhrase); int execPrep(Spec s, int really_exec); int execBuild(Spec s); int execInstall(Spec s); -- 2.7.4