pass passPhrase to doBuild
authorroot <devnull@localhost>
Tue, 20 Feb 1996 15:59:34 +0000 (15:59 +0000)
committerroot <devnull@localhost>
Tue, 20 Feb 1996 15:59:34 +0000 (15:59 +0000)
CVS patchset: 355
CVS date: 1996/02/20 15:59:34

build/build.h

index 761262c..28cffb8 100644 (file)
@@ -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);